mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
update readme, setup files, and clear convo bug
This commit is contained in:
parent
5ad32e211f
commit
a8eaf2452a
6 changed files with 28 additions and 17 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
image: react-client
|
||||
restart: always
|
||||
ports:
|
||||
- "3050:80"
|
||||
- "3080:80"
|
||||
volumes:
|
||||
- ./client:/client
|
||||
- /client/node_modules
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
- CHATGPT_TOKEN=""
|
||||
- BING_TOKEN=""
|
||||
ports:
|
||||
- "3080:3080"
|
||||
- "9000:3080"
|
||||
volumes:
|
||||
- ./api:/api
|
||||
- /api/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue