ChatGLM3_6B工具调用模式支持model.generate()形式调用吗? #1200
-
使用工具调用时,官方给出的调用方式为:model.chat(tokenizer, query, history=history)。但是chat函数内部会增加额外的prompt信息相关的操作,有没有等价的model.gernerate()方法来实现工具调用? |
Beta Was this translation helpful? Give feedback.
Answered by
zRzRzRzRzRzRzR
May 11, 2024
Replies: 1 comment
-
不支持 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zRzRzRzRzRzRzR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不支持