Skip to content

Commit a67c902

Browse files
committed
feat: update OpenAI model to GPT-4 across application
- Change the default OpenAI model from `GPT3Dot5Turbo` to `GPT4` Signed-off-by: appleboy <[email protected]>
1 parent 9d53219 commit a67c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/openai/openai.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// DefaultModel is the default OpenAI model to use if one is not provided.
15-
var DefaultModel = openai.GPT3Dot5Turbo
15+
var DefaultModel = openai.GPT4o
1616

1717
var _ core.Generative = (*Client)(nil)
1818

0 commit comments

Comments
 (0)