mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
use gpt-4-turbo-preview as default
This commit is contained in:
parent
41907b1fe3
commit
16f54abb3d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
llm:
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: "gpt-3.5-turbo-1106"
|
||||
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
|
||||
Loading…
Add table
Add a link
Reference in a new issue