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[] { ...@@ -493,7 +493,7 @@ function generateOpenAIFiles(baseUrl: string, apiKey: string): FileConfig[] {
// config.toml content // config.toml content
const configContent = `model_provider = "sub2api" const configContent = `model_provider = "sub2api"
model = "gpt-5.2-codex" model = "gpt-5.3-codex"
model_reasoning_effort = "high" model_reasoning_effort = "high"
network_access = "enabled" network_access = "enabled"
disable_response_storage = true 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