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

Hi I got an error by running the deploy script `bash service "backend-wsgi-server" refers to undefined volume db_sqlite3: invalid compose project Can you please give me a hand and let...

Container starts fine with `optional` or `none` set to the env variable `ACCOUNT_EMAIL_VERIFICATION`, but fails to start properly when it is set to `mandatory` Excerpt of non-working env variable: ```yaml...

bug

能否在后台添加一个控制选项,根据每个人给予不能的权限,比如api3.5或api4

请问如何关闭后台注册界面,已经使用firewalld关闭8000端口,但是还是能访问到8000端口

openai error Error communicating with OpenAI: HTTPSConnectionPool(host='proxy.api.com', port=443): Max retries exceeded with url: /chat/completions (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1007)'))) 当在前端页面发起查询的时候报以上错误。有什么办法解决吗

I don't have a specific one in mind but hope to inspire @WongSaang . https://chrome.google.com/webstore/detail/superpower-for-chatgpt/ Thanks for any consideration!

![image](https://user-images.githubusercontent.com/3060035/233414921-2a8efeab-57b4-49d0-98b9-27b541bf73c0.png)

感谢作者分享了这个项目,请问这个项目可以安装在 ARM64 架构的 aarch64 主机上吗?目前80,443,8000等端口都已经在 nginx, caddy 的占用中了。我刚接触 docker,还不熟悉。可以请你帮忙检查一下下面的 docker-compose.yml 文件有没有错误?如果修改正确后,是否运行 docker-compose up --pull always -d 就可以自动下载镜像并配置运行了?另外,有可能使用127.0.0.1替换下面文件中的domain,然后用原有的nginx增加不同的分流路径来指向client, wsgi-server, backend-web-server吗?比如用 www.mytestdomain.com/chatgpt 来指向主机上的 127.0.0.1:8800,再指向docker上的client。谢谢! version: '3' services: client: platform: linux/aarch64 image: wongsaang/chatgpt-ui-client:latest...

It would be great to have the ability to use oauth2 to connect on chatgpt-ui. Tried to set up on django admin interface in social accounts but it seems that...