You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai.go
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ import (
36
36
//var model = "gpt-4o-mini"
37
37
//var model = "o4-mini"
38
38
varstandalonebool
39
+
39
40
//var model = "gpt-5-mini"
40
41
varmodel="gpt-5-mini"
41
42
varfallbackModel=""
@@ -6801,6 +6802,15 @@ FINALISING:
6801
6802
6802
6803
//systemMessage += `If you are missing information (such as emails) to make a list of decisions, just add a single decision which asks them to clarify the input better.`
0 commit comments