mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 03:16:23 +02:00
1
Signed-off-by: kit <101046518@qq.com>
This commit is contained in:
parent
ad8a9892f0
commit
f2326c97f8
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Reflected Code: https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py
|
||||
# Config Docs: https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html
|
||||
llm:
|
||||
api_type: 'openai' # or azure / ollama / groq etc. Check LLMType for more options
|
||||
model: 'gpt-4o' # or gpt-3.5-turbo
|
||||
base_url: "https://oneapi.deepwisdom.ai/v1" # or forward url / other llm url
|
||||
api_key: ""
|
||||
api_type: "openai" # or azure / ollama / groq etc.
|
||||
model: "gpt-4-turbo" # or gpt-3.5-turbo
|
||||
base_url: "https://api.openai.com/v1" # or forward url / other llm url
|
||||
api_key: "YOUR_API_KEY"
|
||||
Loading…
Add table
Add a link
Reference in a new issue