Skip to content

Commit 59ceb51

Browse files
committed
Switch to gpt-5.4 by default
1 parent 5ad3ad3 commit 59ceb51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gptcmd/llm/openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def valid_models(self) -> Iterable[str]:
376376

377377
def get_best_model(self):
378378
BEST_MODELS = (
379+
"gpt-5.4",
379380
"gpt-5.2",
380381
"gpt-5.1",
381382
"gpt-5",

0 commit comments

Comments
 (0)