feat: +config

This commit is contained in:
莘权 马 2023-09-04 11:42:14 +08:00
parent 63594cd8fd
commit 2f95a8a200
2 changed files with 8 additions and 1 deletions

View file

@ -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