You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
平台
macOS
版本
v1.1.8
错误描述
MCP不识别这个 tool_call 模型。
输入栏没有出现MCP按钮。
重现步骤
加载本地模型:qwen2.5-0.5b-instruct-mlx(This model has been trained for tool use)
预期行为
MCP不识别这个 tool_call 模型。输入栏没有出现MCP按钮。(This model has been trained for tool use)
Activity
DeJeune commentedon Mar 19, 2025
自己手动给它打标签
yshumy commentedon Mar 19, 2025
现在是能识别了,但是不能用sqlite服务器功能。说了句开始搜索,就没有下文了,直接结束,不返回要求的内容。
DeJeune commentedon Mar 19, 2025
具体报错是什么?0.5b大概率不能干这个,起码得7b
yshumy commentedon Mar 19, 2025
14b的也没成功sqlite.
DeJeune commentedon Mar 19, 2025
ctrl shift i 看下控制台和网络请求
mzx2689 commentedon Mar 19, 2025
我试了一下,这个似乎是 LM Studio 的问题,没有正确处理工具调用。
截一部分 Response:
给的
finish_reason
是stop
,就没有调用工具,直接结束了。正常应该是
tool_calls
:mzx2689 commentedon Mar 19, 2025
#3546
vaayne commentedon Mar 20, 2025
我感觉可以 fix 一下这个,主要还是这些模型不大规范,推荐使用 GPT/Claude/Gemini/Qwen 系列模型
vaayne commentedon Mar 20, 2025
FHBOL commentedon Mar 20, 2025
好像识别不了意图
vaayne commentedon Mar 20, 2025
换更好的模型 @FHBOL