-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
Allow all thinking tags to pass through in gr.Chatbot
at least for models that are loaded with gr.load()
#10684
Comments
gr.load()
gr.Chatbot
at least for models that are loaded with gr.load()
I tried the wheel in #10743, but the issue still persists. #10743 added these lines, but this change applies to Lines 856 to 857 in dd2de17
So, the same code should be added to this part as well. Lines 319 to 333 in dd2de17
Also, I think it would be better to pass |
Thanks @hysts agreed |
Two parts to this issue:
(1) Allow developers to set
allow_tags=True
to let all tags to come through(2) Make this the default for chatbots loaded for
gr.load()
See this internal conversation
The text was updated successfully, but these errors were encountered: