WongSaang/chatgpt-ui

怎么配置后端server

Opened this issue · 1 comments

怎么配置.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.

mysql的删掉,默认就会用sqlite