Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
5d4327eb
Commit
5d4327eb
authored
Feb 07, 2026
by
shaw
Browse files
fix: 前端codex教程里模型ID升级为gpt-5.3-codex
parent
e617b45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/keys/UseKeyModal.vue
View file @
5d4327eb
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment