Skip to content

Commit ce05a8b

Browse files
fix: don't alway warn
1 parent 65444a8 commit ce05a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/gptscript.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (r *GPTScript) Run(cmd *cobra.Command, args []string) error {
119119
color.NoColor = !*r.Color
120120
}
121121

122-
if r.DefaultModel != "" {
122+
if r.DefaultModel != "gpt-4-turbo-preview" {
123123
log.Infof("WARNING: Changing the default model can have unknown behavior for existing tools. Use the model field per tool instead.")
124124
}
125125

0 commit comments

Comments
 (0)