mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 22:02:38 +02:00
refine readme
This commit is contained in:
parent
801490516b
commit
b60a2cff79
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue