forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Bug Description

没有特殊配置,用的docker compose启动的
version: '3'
services:
chatgpt-next-web:
image: justma/chatgpt-next-chat:latest
container_name: chatgpt-next-web
restart: unless-stopped
ports:
- '127.0.0.1:3000:3000'
Steps to Reproduce
- 一个对话框随便输入5到10条消息以后就开始卡顿
Expected Behavior
正常
Screenshots
No response
Deployment Method
- Docker
- Vercel
- Server
Desktop OS
No response
Desktop Browser
No response
Desktop Browser Version
No response
Smartphone Device
No response
Smartphone OS
No response
Smartphone Browser
No response
Smartphone Browser Version
No response
Additional Logs
No response