-
Notifications
You must be signed in to change notification settings - Fork 618
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]: 模型对话请求失败 #967
Comments
配置什么?什么模型?什么接口?怎么复现? |
provider.json
其余配置未改动,moonshot的moonshot-v1-8k模型 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
消息平台适配器
aiocqhttp(使用 OneBot 协议接入的)
运行环境
Docker
异常情况
[12-26 06:05:02.533] process.py (42) - [INFO] : 处理 person_734654865 的请求(2): 你好
[12-26 06:05:02.533] chat.py (94) - [ERROR] : 对话(2)请求失败: TypeError MoonshotChatCompletions._closure() takes from 3 to 4 positional arguments but 5 were given[12-26 06:05:02.678] controller.py (98) - [ERROR] : MoonshotChatCompletions._closure() takes from 3 to 4 positional arguments but 5 were given
[12-26 06:06:10.920] process.py (42) - [INFO] : 处理 person_734654865 的请求(3): !cmd default
[12-26 06:06:10.920] command.py (112) - [INFO] : 命令返回: default: 操作情景预设...
[12-26 06:06:20.288] process.py (42) - [INFO] : 处理 person_734654865 的请求(4): !default set
[12-26 06:06:20.289] command.py (85) - [INFO] : 命令(4)报错: 参数不足: 请提供情景预设名称
[12-26 06:07:24.066] process.py (42) - [INFO] : 处理 person_734654865 的请求(5): !default set default
[12-26 06:07:24.067] command.py (112) - [INFO] : 命令返回: 已设置当前会话默认情景预设为 defau...
[12-26 06:07:30.914] process.py (42) - [INFO] : 处理 person_734654865 的请求(6): !reset
[12-26 06:07:30.914] command.py (112) - [INFO] : 命令返回: 已重置当前会话
[12-26 06:07:34.542] process.py (42) - [INFO] : 处理 person_734654865 的请求(7): 你好
[12-26 06:07:34.543] chat.py (94) - [ERROR] : 对话(7)请求失败: TypeError MoonshotChatCompletions._closure() takes from 3 to 4 positional arguments but 5 were given
[12-26 06:07:34.678] controller.py (98) - [ERROR] : MoonshotChatCompletions._closure() takes from 3 to 4 positional arguments but 5 were given
[12-26 06:07:55.410] process.py (42) - [INFO] : 处理 person_734654865 的请求(8): 1
[12-26 06:07:55.411] chat.py (94) - [ERROR] : 对话(8)请求失败: TypeError MoonshotChatCompletions._closure() takes from 3 to 4 positional arguments but 5 were given
[12-26 06:07:55.549] controller.py (98) - [ERROR] : MoonshotChatCompletions._closure() takes from 3 to 4 positional arguments but 5 were given
复现步骤
配置好后,命令可以正常回复,但是对话报错
启用的插件
无
The text was updated successfully, but these errors were encountered: