mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
fix bug
This commit is contained in:
parent
b56f1bfedd
commit
4370060802
3 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
llm:
|
||||
api_type: "openai"
|
||||
api_type: "openai" # or azure / ollama etc.
|
||||
base_url: "YOUR_BASE_URL"
|
||||
api_key: "YOUR_API_KEY"
|
||||
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