Skip to content

Commit 831521c

Browse files
committed
Switch to gpt-5.5 by default
1 parent e79d461 commit 831521c

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
@@ -407,6 +407,7 @@ def valid_models(self) -> Iterable[str]:
407407

408408
def get_best_model(self):
409409
BEST_MODELS = (
410+
"gpt-5.5",
410411
"gpt-5.4",
411412
"gpt-5.2",
412413
"gpt-5.1",

0 commit comments

Comments
 (0)