"backend/vscode:/vscode.git/clone" did not exist on "b889d5017b9e61d7dec4a856d6a85a26b3c08929"
Commit 5d4327eb authored by shaw's avatar shaw
Browse files

fix: 前端codex教程里模型ID升级为gpt-5.3-codex

parent e617b45b
......@@ -493,7 +493,7 @@ function generateOpenAIFiles(baseUrl: string, apiKey: string): FileConfig[] {
// config.toml content
const configContent = `model_provider = "sub2api"
model = "gpt-5.2-codex"
model = "gpt-5.3-codex"
model_reasoning_effort = "high"
network_access = "enabled"
disable_response_storage = true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment