We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d0b41 commit bad2722Copy full SHA for bad2722
tgit/constants.py
@@ -1,4 +1,4 @@
1
"""Global constants used across the TGIT project."""
2
3
DEFAULT_MODEL = "gpt-5-mini"
4
-REASONING_MODEL_HINTS = ("-reasoning", "o1", "o3")
+REASONING_MODEL_HINTS = ("-reasoning", "o1", "o3", "gpt-5")
0 commit comments