-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
在lobechat中使用函数调用会出现问题,能否适配。对应的输出规范 #795
Comments
模型名和渠道类型呢 |
claude-3-7-sonnet-20250219,Claude渠道 |
oepnai渠道,gpt-4o-2024-11-20可以成功调用,claude-3-7-sonnet-20250219,claude-3-5-sonnet-20241022这两个模型不行 |
v0.4.8.6已修复 |
@Calcium-Ion openai渠道,claude-3-7-sonnet-20250219,claude-3-5-sonnet-20241022这两个模型依然不行,v0.4.8.6版本下。 |
例行检查
功能描述
在lobechat中使用联网查询插件,会出现调用失败的情况。lobechat的开发者反馈为:流式 tool calling 的chunk,需要严格按照 openai 的输出规范来。是同样一个query 带上 stream:true 触发 tools calling
lobehub/lobe-chat#6482 (comment)
应用场景
在lobechat中使用searxng联网查询,会出现函数调用的参数不符合规范,导致无法使用。需要调整输出规范
The text was updated successfully, but these errors were encountered: