feat: openai default model uses gpt-4o-mini (#1526)
This commit is contained in:
@@ -122,7 +122,7 @@ You can achieve this by setting `stream` to `true` in the config file.
|
||||
llm:
|
||||
provider: openai
|
||||
config:
|
||||
model: 'gpt-3.5-turbo'
|
||||
model: 'gpt-4o-mini'
|
||||
temperature: 0.5
|
||||
max_tokens: 1000
|
||||
top_p: 1
|
||||
|
||||
Reference in New Issue
Block a user