MetaGPT/config/config2.yaml

8 lines
474 B
YAML
Raw Normal View History

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:
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: ""