Function Calling on this model

#1
by mobinln - opened

Hi everyone
I was playing with this model using llamacpp, and I was wondering how I can create something similar to the GIF uploaded on the model card. After some searching, I found out that this model uses the "Hermes" template, and you can use the notebook below for tool calling on this model. I hope it helps, and thanks for the awesome model.

https://github.com/NousResearch/Hermes-Function-Calling/blob/main/examples/lllama-cpp-multiple-fn.ipynb

Menlo Research org

Yes that is correct, this is also available in qwen documentation as well

https://qwen.readthedocs.io/en/latest/framework/function_call.html
Screenshot 2025-07-24 at 13.56.06.png

Sign up or log in to comment