You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumblebee doesn't support a constrained output of only valid JSON.
In the early days of LangChain, they implemented an alternate approach for functions that was more of a hack, but worked well enough.
Investigate if this approach could work for bringing functions to Bumblebee models. It would still help if the model being run understood JSON, functions, etc.
The text was updated successfully, but these errors were encountered:
I'd be very interested in this feature. Especially now that Mistral released their Mixtral-8x22B-Instruct-v0.1 model, which supports function calling! 🎉
Hello,
I have added JSON tool use for Llama3.1 in #198
I will look into the other tool use methods and models as well if I am on the right track with my implementation, so please try it out!
And give feedback!
Bumblebee doesn't support a constrained output of only valid JSON.
In the early days of LangChain, they implemented an alternate approach for functions that was more of a hack, but worked well enough.
Investigate if this approach could work for bringing functions to Bumblebee models. It would still help if the model being run understood JSON, functions, etc.
The text was updated successfully, but these errors were encountered: