Skip to content

Commit bad2722

Browse files
committed
🔧 chore(constants): add gpt-5 to reasoning model hints
1 parent 66d0b41 commit bad2722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgit/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Global constants used across the TGIT project."""
22

33
DEFAULT_MODEL = "gpt-5-mini"
4-
REASONING_MODEL_HINTS = ("-reasoning", "o1", "o3")
4+
REASONING_MODEL_HINTS = ("-reasoning", "o1", "o3", "gpt-5")

0 commit comments

Comments
 (0)