mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
6 lines
No EOL
385 B
YAML
6 lines
No EOL
385 B
YAML
# Check https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml for full configuration example.
|
|
# It reflects https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py
|
|
llm:
|
|
api_type: "openai" # or azure / ollama / open_llm etc. Check LLMType for more options
|
|
api_key: "YOUR_API_KEY"
|
|
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview |