From a0fbd57bbd563175d88cb98a62e59d281a06c80b Mon Sep 17 00:00:00 2001 From: geekan Date: Tue, 16 Apr 2024 10:44:23 +0800 Subject: [PATCH] add config docs --- config/config2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config2.yaml b/config/config2.yaml index ba071e804..3782644a1 100644 --- a/config/config2.yaml +++ b/config/config2.yaml @@ -1,5 +1,6 @@ # 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 / open_llm etc. Check LLMType for more options model: "gpt-4-turbo" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview