zhayujie / bot-on-anything

Connect AI models (like ChatGPT-3.5/4.0, Baidu Yiyan, New Bing, Bard) to apps (like Wechat, public account, DingTalk, Telegram, QQ). 将 ChatGPT、必应、文心一言、谷歌Bard 等对话模型连接各类应用,如微信、公众号、QQ、Telegram、Gmail、Slack、Web、企业微信、飞书、钉钉等。
MIT License
3.87k stars 906 forks source link

只能用gpt-3,不能用3.5呀,怎么回事? #391

Open chenxurui19 opened 1 year ago

chenxurui19 commented 1 year ago
截屏2023-05-24 10 31 37
cocsea commented 1 year ago

你这个网站怎么配的,为什么我登录进去报错Internal Server Error

chenxurui19 commented 1 year ago

你这个网站怎么配的,为什么我登录进去报错Internal Server Error

1.安装依赖:pip3 install requirements.txt
2.复制配置文件:cp config-template.json config.json 3.更改配置文件config.json:填写"api_key","channel"->"type",如web就填"http",并更改端口号和密码 4.启动:python3 app.py