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.
 
 
 
 
 
WIN-20240312QOM\Administrator 86f2fb79ed build 10 months ago
.next build 10 months ago
app build 10 months ago
public first commit 10 months ago
scripts first commit 10 months ago
src-tauri first commit 10 months ago
test first commit 10 months ago
.babelrc first commit 10 months ago
.dockerignore fix 10 months ago
.env.template first commit 10 months ago
.eslintignore first commit 10 months ago
.eslintrc.json first commit 10 months ago
.gitignore build 10 months ago
.gitpod.yml first commit 10 months ago
.lintstagedrc.json first commit 10 months ago
.prettierrc.js first commit 10 months ago
Dockerfile fix 10 months ago
LICENSE first commit 10 months ago
README.md first commit 10 months ago
docker-compose.yml first commit 10 months ago
jest.config.ts first commit 10 months ago
jest.setup.ts first commit 10 months ago
next.config.mjs first commit 10 months ago
package.json first commit 10 months ago
tsconfig.json first commit 10 months ago
vercel.json first commit 10 months ago
yarn.lock first commit 10 months ago

README.md

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