@
SillyGod 有 function call 之前,我写的插件 prompt 是
Please determine if the user needs to use the plugin and reply in the following json format, the result will help you answer the user's question. Do not explain. \\n {\"is_need\":true,\"plugins\":[{\"name\":\"\",\"input\":{\"command\":\"\"}}]}
有了之后相当于,官方给这种行为专门微调了 model ,只用传入制定参数就好,但是响应的调用参数,与插件方法可靠性 不是 100%,多函数协同的问题也没解决,目前来看,只能说部分场景的可用性变强了,还是 16K 这个实用
其本身还是无状态,不能联网的,但是会告诉你,可能需要调用的 function 名称与参数,你根据这个信息,自行调用,然后把调用后响应的信息发回去,0613 模型对于你传入的信息,接受度会高于之前的版本