We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llamafactory
result = client.chat.completions.create(messages=messages, model="qwen", tools=tools, tool_choice="auto",stream=True )
这种tools 并且开启stream=True就报错了,可以针对tools支持流式输出吗?遇到function就不流式输出,非function就流式输出。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reminder
System Info
llamafactory
version: 0.9.1.dev0Reproduction
result = client.chat.completions.create(messages=messages, model="qwen", tools=tools, tool_choice="auto",stream=True )
Expected behavior
这种tools 并且开启stream=True就报错了,可以针对tools支持流式输出吗?遇到function就不流式输出,非function就流式输出。
Others
No response
The text was updated successfully, but these errors were encountered: