J&G (@JasonGui)codex无法设置管理员沙盒 中发帖

[image] 
尝试管理员启动没用,参考csdn把.codex文件夹只读去掉也没用 
配置大概是这样的 
model_provider = “custom” 
model = “gpt-5.4” 
model_reasoning_effort = “xhigh” 
[model_providers.custom] 
name = “custom” 
wire_api = “responses” 
requires_openai_auth = true 
[windows] 
sandbox = “elevated”
 
 
Back to Top