模型切换使用问题 #704
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#704
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dify的应用中用agent创建 客服助手用于检索知识库,
现在遇到一个问题,提问的如果发送图片 + 问题,那么就得调用 多模态视觉大模型,这时候它的知识库检索和工具调用能力不行。
如果用推理大模型来作为主要模型,那么就不能开启上传 贴图片的功能,这样也就失去了便捷的功能,要怎么做 才能用上 识别图片和推理能力强的模型
可以看下dify的工具流,使用两种模型依次执行。