惜月
惜月
接口天天寄,换来换去都没有个稳定的接口,我不想维护这个了,还想用的话自己找接口替换现在的吧
>  > > AttributeError: "load()" has been removed, use > > yaml = YAML(typ='rt') yaml.load(...) > > and register any classes that you use, or check the tag attribute...
>  在云服务器上变成了 pydantic.error_wrappers.ValidationError: 1 validation error for ChatConfig **root** ChatConfig expected dict not str (type=type_error) 这个是配置文件出问题了,您打开看看内容是否正常
说明并没有开放成功,我的建议是使用反向代理服务器`nginx`或`apache`等
> 不装UI可以用吗。因为是centos7.9 我曾经尝试装桌面环境但是一直有问题,所以有没有办法解决没有ui的问题 可以用,web ui也可以设为外部访问
> > 说明并没有开放成功,我的建议是使用反向代理服务器`nginx`或`apache`等 > > 你好,请问nginx反向代理配置是写成如下这样吗 > > > ``` > server{ > listen 80; > server_name xxxx.xx.xxx; > underscores_in_headers on; > location / { > proxy_pass http://127.0.0.1:xxx/learning_chat/login; > }...
近期暂无时间维护,如有佬想帮忙,可以pr
请更新到最新版
可能是别的使用tortoise-orm的插件把本插件的数据库连接给关闭了,或者不明原因在创建数据库文件时创建失败。尝试重启一下?
>  0.22版本也是这个问题,初步推断是和[nonebot-plugin-chatgpt-plus](https://github.com/AkashiCoin/nonebot-plugin-chatgpt-plus)这个插件产生冲突。发生冲突后在webUI提示  看了下,这个插件并没有用到数据库,应该与它无关。 能发一下`nonebot2`和`fastapi`版本号吗,(进入虚拟环境后)`pip show nonebot2`和`pip show fastapi`