mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
fix: update readme and compose file
This commit is contained in:
parent
0b3b6f91fc
commit
d825721dad
2 changed files with 11 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue