mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +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
|
|
@ -2,7 +2,7 @@ llm:
|
|||
api_type: "openai"
|
||||
base_url: "YOUR_BASE_URL"
|
||||
api_key: "YOUR_API_KEY"
|
||||
model: "gpt-3.5-turbo-1106" # or gpt-4-1106-preview
|
||||
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
|
||||
|
||||
proxy: "YOUR_PROXY"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue