-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: 在llm-model.json里面新增模型,重载LLM之后会被恢复成原来的版本 #1111
Comments
贴一下你的llm-models.json内容? |
{ 上面是默认的 |
消息平台适配器
aiocqhttp(使用 OneBot 协议接入的)
运行环境
v3.4.8、Ubuntu、X86、Docker
异常情况
已经在llm-models.json中增加一个叫deepseek-r1-32b的模型,但是每次重载LLM之后就直接被删了,我记得更新之前是正常的。
[02-21 08:30:48.248] manager.py (70) - [INFO] : 初始化平台适配器 0: aiocqhttp
[02-21 08:30:49.467] show_notes.py (26) - [INFO] : 当前版本:v3.4.8
[02-21 08:30:49.523] app.py (168) - [INFO] : =======================================
[02-21 08:30:49.523] app.py (168) - [INFO] : ✨ 您可通过以下方式访问管理面板
[02-21 08:30:49.524] app.py (168) - [INFO] :
[02-21 08:30:49.524] app.py (168) - [INFO] : 🏠 本地地址:http://127.0.0.1:5300/
[02-21 08:30:49.525] app.py (168) - [INFO] :
[02-21 08:30:49.526] app.py (168) - [INFO] : 📌 如果您在容器中运行此程序,请确保容器的 5300 端口已对外暴露
[02-21 08:30:49.526] app.py (168) - [INFO] : 🔗 若要使用公网地址访问,请阅读以下须知
[02-21 08:30:49.526] app.py (168) - [INFO] : 1. 公网地址仅供参考,请以您的主机公网 IP 为准;
[02-21 08:30:49.527] app.py (168) - [INFO] : 2. 要使用公网地址访问,请确保您的主机具有公网 IP,并且系统防火墙已放行 5300 端口;
[02-21 08:30:49.527] app.py (168) - [INFO] :
[02-21 08:30:49.527] app.py (168) - [INFO] : 🤯 WebUI 仍处于 Beta 测试阶段,如有问题或建议请反馈到 https://github.com/RockChinQ/LangBot/issues
[02-21 08:30:49.528] app.py (168) - [INFO] : =======================================
[02-21 08:31:06.394] controller.py (189) - [ERROR] : 处理请求时出错 query_id=0 stage=PreProcessor : 无法确定模型 deepseek-r1-32b 的信息,请在元数据中配置
[02-21 08:42:40.231] app.py (201) - [INFO] : 执行热重载 scope=provider
[02-21 08:43:57.274] app.py (201) - [INFO] : 执行热重载 scope=provider
[02-21 08:46:13.672] app.py (201) - [INFO] : 执行热重载 scope=provider
[02-21 08:47:37.113] app.py (201) - [INFO] : 执行热重载 scope=provider
复现步骤
在llm-models.json中增加一个叫deepseek-r1-32b的模型,但是每次重载LLM之后就直接被删了。
启用的插件
未启动任何插件
The text was updated successfully, but these errors were encountered: