Commit 517b6ba5 by Seefs

feat: gpt-5.3-codex

parent 68f92903
......@@ -8,7 +8,7 @@ import (
var baseModelList = []string{
"gpt-5", "gpt-5-codex", "gpt-5-codex-mini",
"gpt-5.1", "gpt-5.1-codex", "gpt-5.1-codex-max", "gpt-5.1-codex-mini",
"gpt-5.2", "gpt-5.2-codex",
"gpt-5.2", "gpt-5.2-codex", "gpt-5.3-codex",
}
var ModelList = withCompactModelSuffix(baseModelList)
......
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 sign in to comment