2024-02-18 12:19:03 +08:00
|
|
|
# Full Example: https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml
|
|
|
|
|
# Reflected Code: https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py
|
2024-04-16 10:44:23 +08:00
|
|
|
# Config Docs: https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html
|
2024-01-04 21:16:23 +08:00
|
|
|
llm:
|
2024-10-08 23:19:05 +08:00
|
|
|
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
|
2024-10-08 23:20:09 +08:00
|
|
|
api_key: ""
|