MetaGPT/config/config2.yaml
2024-07-18 20:40:20 +08:00

12 lines
No EOL
532 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.
model: "gpt-4-turbo" # or gpt-3.5-turbo
base_url: "https://api.openai.com/v1" # or forward url / other llm url
api_key: "xxxx"
omniparse:
api_key: "your_api_key"
base_url: "http://192.168.50.126:8000"