Skip to content

Commit bc67d22

Browse files
Merge pull request #202 from ibuildthecloud/main
fix: don't alway warn
2 parents 65444a8 + ce05a8b commit bc67d22

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)