MetaGPT/config/config2.yaml
kit d595a3c21e 1
Signed-off-by: kit <101046518@qq.com>
2024-10-08 23:19:05 +08:00

8 lines
No EOL
525 B
YAML

# 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
# 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: "sk-NIIgRdoQLIK9bfVV7f35696d96E7493c8bBb20102e5cDb40"