mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
feat: +config
This commit is contained in:
parent
63594cd8fd
commit
2f95a8a200
2 changed files with 8 additions and 1 deletions
|
|
@ -83,4 +83,11 @@ MODEL_FOR_RESEARCHER_REPORT: gpt-3.5-turbo-16k
|
|||
S3:
|
||||
access_key: "YOUR_S3_ACCESS_KEY"
|
||||
secret_key: "YOUR_S3_SECRET_KEY"
|
||||
endpoint_url: "YOUR_S3_ENDPOINT_URL"
|
||||
endpoint_url: "YOUR_S3_ENDPOINT_URL"
|
||||
|
||||
### Redis config
|
||||
REDIS:
|
||||
host: "YOUR_REDIS_HOST"
|
||||
port: YOUR_REDIS_PORT, int
|
||||
password: "YOUR_REDIS_PASSWORD"
|
||||
db: YOUR_REDIS_DB_INDEX, int
|
||||
Loading…
Add table
Add a link
Reference in a new issue