data-juicer
data-juicer copied to clipboard
InteRecipe 支持自己部署的大模型endpint 吗
Before Asking 在提问之前
-
[x] I have read the README carefully. 我已经仔细阅读了 README 上的操作指引。
-
[x] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
Search before asking 先搜索,再提问
- [x] I have searched the Data-Juicer issues and found no similar questions. 我已经在 issue列表 中搜索但是没有发现类似的问题。
Question
InteRecipe: Interactive Recipe Generation Workflow ,是否支持配置自己本地部署的大模型
Additional 额外信息
No response
当前是硬编码使用 DashScope 的 qwen-turbo 模型,不是可配置项,如果有需要可以手动修改demos/interactive_recipe/assistant.py中的query函数,将其中调用 DashScope API 的部分替换为指向你本地模型的接口,我们后续会考虑解耦这部分,支持更灵活的模型配置