WongSaang / chatgpt-ui

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.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.49k stars 325 forks source link

怎么配置后端server #184

Open Pancat007 opened 1 year ago

Pancat007 commented 1 year ago

怎么配置.env.example? 文件里说默认sqlite3,需要先安装?怎么绑定? 但是.env里又是mysql,所以实际连哪个?

如果不适用docker可以本地部署运行吗?

在不修改增加任何环境变量的情况下 不能正常运行 python3 manage.py runserver 报错

Page Not Found

Request Method: GET Request URL: http://127.0.0.1:8000/ Using the URLconf defined in chatgpt_ui_server.urls, Django tried these URL patterns, in this order:

api/chat/ api/conversation/ [name='conversation'] api/gen_title/ [name='gen_title'] api/account/ admin/ The empty path didn’t match any of these.

Lucas-Chen-10 commented 1 year ago

mysql的删掉,默认就会用sqlite