update
This commit is contained in:
parent
b78c041e42
commit
f953887592
1
rxr_chat/.env
Normal file
1
rxr_chat/.env
Normal file
@ -0,0 +1 @@
|
||||
API_KEY=sk-xxx
|
13
rxr_chat/docker-compose.yml
Normal file
13
rxr_chat/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
lobe-chat:
|
||||
image: lobehub/lobe-chat
|
||||
container_name: lobe-chat
|
||||
restart: always
|
||||
ports:
|
||||
- '3210:3210'
|
||||
environment:
|
||||
OPENAI_API_KEY: ${API_KEY}
|
||||
# OPENAI_PROXY_URL: https://api-proxy.com/v1
|
||||
# ACCESS_CODE: lobe66
|
Loading…
Reference in New Issue
Block a user