You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
322 B
Markdown
9 lines
322 B
Markdown
# NextChatCD
|
|
For **SILICONFLOW** only. Modified to suit my personal usage. Some features that are useless to me have been removed.
|
|
|
|
## Usage
|
|
|
|
docker build -t yidadaa/chatgpt-next-web .
|
|
sudo docker run -d --name chatgpt-next-web -p 3001:3000 -e SILICONFLOW_API_KEY={your_api_key} --restart always yidadaa/chatgpt-next-web
|
|
|