fix: update readme and compose file

This commit is contained in:
Danny Avila 2023-03-10 08:37:15 -05:00
parent 0b3b6f91fc
commit d825721dad
2 changed files with 11 additions and 10 deletions

View file

@ -22,6 +22,12 @@ services:
- OPENAI_KEY=""
- CHATGPT_TOKEN=""
- BING_TOKEN=""
# if setting the user token doesn't work, try setting the entire cookie string from bing request header
- BING_COOKIES=""
# Change this to proxy any request.
- PROXY=""
# Change this if you need to configure host name, default: 'localhost'
- HOST=""
ports:
- "9000:3080"
volumes: