mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
feat: merge send18
This commit is contained in:
parent
7effe7f74c
commit
ea21217a69
54 changed files with 366 additions and 930 deletions
|
|
@ -105,15 +105,15 @@ PROMPT_FORMAT: json #json or markdown
|
|||
#METAGPT_TEXT_TO_IMAGE_MODEL: MODEL_URL
|
||||
|
||||
### S3 config
|
||||
S3_ACCESS_KEY: "YOUR_S3_ACCESS_KEY"
|
||||
S3_SECRET_KEY: "YOUR_S3_SECRET_KEY"
|
||||
S3_ENDPOINT_URL: "YOUR_S3_ENDPOINT_URL"
|
||||
S3_SECURE: true # true/false
|
||||
S3_BUCKET: "YOUR_S3_BUCKET"
|
||||
#S3_ACCESS_KEY: "YOUR_S3_ACCESS_KEY"
|
||||
#S3_SECRET_KEY: "YOUR_S3_SECRET_KEY"
|
||||
#S3_ENDPOINT_URL: "YOUR_S3_ENDPOINT_URL"
|
||||
#S3_SECURE: true # true/false
|
||||
#S3_BUCKET: "YOUR_S3_BUCKET"
|
||||
|
||||
### Redis config
|
||||
REDIS_HOST: "YOUR_REDIS_HOST"
|
||||
REDIS_PORT: "YOUR_REDIS_PORT"
|
||||
REDIS_PASSWORD: "YOUR_REDIS_PASSWORD"
|
||||
REDIS_DB: "YOUR_REDIS_DB_INDEX, str, 0-based"
|
||||
#REDIS_HOST: "YOUR_REDIS_HOST"
|
||||
#REDIS_PORT: "YOUR_REDIS_PORT"
|
||||
#REDIS_PASSWORD: "YOUR_REDIS_PASSWORD"
|
||||
#REDIS_DB: "YOUR_REDIS_DB_INDEX, str, 0-based"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue