MetaGPT/config/config2.yaml

7 lines
443 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-01-04 21:16:23 +08:00
llm:
2024-02-18 12:15:52 +08:00
api_type: "openai" # or azure / ollama / open_llm etc. Check LLMType for more options
2024-02-18 12:19:03 +08:00
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
base_url: "https://api.openai.com/v1" # or forward url / other llm url
2025-01-16 15:10:20 +08:00
api_key: "YOUR_API_KEY-hui"