hjhmuser

Results 3 issues of hjhmuser

Hello, I am currently attempting to replicate and understand the long document QA experiments mentioned in your paper using the source code provided in this repository. However, I have encountered...

目前想将agent理念融入到LLM系统中,模型选的是QWen1.5,通过构建一个挂载了多个内部接口函数的agent与QWen进行交互,使其能够根据输入的query自适应地选择调用agent提供的functions,并给出入参详情。 但是目前我发现QWen只能一次性返回一个需要调用的函数,然而在我的使用场景中,希望QWen能够自适应的返回多个函数调用,并封装到一个数组中,所以想真心请教QWen模型目前是否有一次性返回多个函数调用的能力?

First of all, I would like to extend my gratitude to the development team for creating and maintaining Flowise. It is an excellent tool that greatly facilitates our workflows. However,...

enhancement
in-work