fix(cli): refresh oauth provider default models

This commit is contained in:
hamb1y
2026-06-30 23:02:42 +08:00
committed by Xubin Ren
parent 58cce14a07
commit bfbae5a7b3
2 changed files with 32 additions and 3 deletions
+2 -2
View File
@@ -1745,8 +1745,8 @@ _PROVIDER_DISPLAY: dict[str, str] = {
}
_OAUTH_PROVIDER_DEFAULT_MODELS: dict[str, str] = {
"openai_codex": "openai-codex/gpt-5.1-codex",
"github_copilot": "github-copilot/gpt-4.1",
"openai_codex": "openai-codex/gpt-5.4-mini",
"github_copilot": "github-copilot/gpt-5.4-mini",
}