chatgpt-ui icon indicating copy to clipboard operation
chatgpt-ui copied to clipboard

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.

Results 97 chatgpt-ui issues
Sort by recently updated
recently updated
newest added

![屏幕截图 2024-01-27 180314](https://github.com/WongSaang/chatgpt-ui/assets/147319830/e2472ce9-d3fe-4609-8b52-618562479f50) 在他生成的时候会不断地输出undefine,在刷新后又会显示文本。请问这个是什么有问题呢?

I don't have any knowledge about nuxt. When running the project, the following problems occurred: I executed the 'yarn install' command to download the related dependencies, and then executed 'yarn...

麻烦请教各位大佬!npm run dev 可以正常执行,但是编译后node或者start一直是pending,build也没有报错如何解决 ![image](https://github.com/WongSaang/chatgpt-ui/assets/52438788/b830ad99-6c25-4391-a3f6-4d88b80f373d) ![image](https://github.com/WongSaang/chatgpt-ui/assets/52438788/37c7b1d3-8f79-4aa6-b634-5a029c2c638a)

使用 docker-compose 安装。 1)无法登录后台。 反复看文档,以为是 APP_DOMAIN 的设置问题。反复试验均告失败。 后来在 Issues 里查看,有人把 volumes: 的 db.sqlite3 取消成功登录后台。 按这个,成功登录后台进行设置。 后来发现原因:docker 启动后,在当前目录生成了一个 db.sqlite3 的目录(不是文件!), 然后,把这个映射到docker里。但是在docker的 app 里,这是一个文件! 把 docker 里的这个文件复制出来,然后映射,就OK了! 2)后台配置成功后,前台又出现问题了! 在后台添加用户,并关闭用户注册功能。 结果是,前台界面里,没有输入焦点,没法输入用户名和密码。 然后,打开用户注册功能,前台界面有输入焦点了。输入超级用户和密码,或者普通用户和密码,点 sign...

想问一下各位大佬, [nuxt] [request error] [unhandled] [500] [HPM] Missing "target" option. Example: {target: "http://www.example.org"} ,你们开发环境是怎么解决这个问题的

I want to start the app locally without docker, I didn't add any environment variables Just 'yarn install' and 'yarn dev' And the frontend keep loading, there is only a...

would it possible to support image/files upload, really need this feature

![Screenshot from 2024-01-24 15-29-25](https://github.com/WongSaang/chatgpt-ui/assets/6303182/bf861a89-7667-42bc-8d5d-185a49eec792) 如图,我配置了正确的api key,7次请求,只有一次成功,其他报api key的错误(该key不是我配置的),过程中没有修改过api key

I have set my api key on the usage panel. Not sure what Tokens Used means but I set it at 0 and then tried 999. I get the error...

Hi WongSaang, can I config the chatgpt version used?