Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/gptscript.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (r *GPTScript) Run(cmd *cobra.Command, args []string) error {
color.NoColor = !*r.Color
}

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

Expand Down