From b60a2cff79f00d13f8fccf78bf5df969059f0c24 Mon Sep 17 00:00:00 2001 From: geekan Date: Sun, 18 Feb 2024 13:48:24 +0800 Subject: [PATCH] refine readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ffdbd876..000168233 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,9 @@ # https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html ### Configuration -In `~/.metagpt/config2.yaml`, you can configure the following: +You can configure `~/.metagpt/config2.yaml` according to the [example](https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml): ```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 llm: api_type: "openai" # or azure / ollama / open_llm etc. Check LLMType for more options model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview @@ -80,6 +78,8 @@ # Reflected Code: https://github.com/geekan/MetaGPT/blob/main/metagpt/config2.py api_key: "YOUR_API_KEY" ``` +And you can check the [configuration doc](https://docs.deepwisdom.ai/main/en/guide/get_started/configuration.html) for more details. + ### Usage After installation, you can use it as CLI