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:
|
2024-04-22 19:24:13 +08:00
|
|
|
api_type: "openai" # or azure / ollama / groq etc.
|
|
|
|
|
model: "gpt-4-turbo" # or gpt-3.5-turbo
|
2024-02-18 12:19:03 +08:00
|
|
|
base_url: "https://api.openai.com/v1" # or forward url / other llm url
|
2024-07-22 17:10:29 +08:00
|
|
|
api_key: "YOUR_API_KEY"
|