Replies: 1 comment
-
Any Workaround solution to bind multiple tools to llm and auto detect tools or follow the workflow?? llm = ChatLlamaCpp(.........) llm_with_tools = llm.bind_tools( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
ChatLlamaCpp does not support tool calling yet as it depends on
node-llama-cpp
where tool calling is not available in the stable version. However their beta version is available for some time and version 3.0 has tool calling functionality. ref 1 , ref 2Proposal
My request is to support both version's of
node-llama-cpp
so that we could use tool calling functionality.Motivation
Python version already has tool calling functionality.
Ref 1 (official documents)
Ref 2 (youtube video)
Beta Was this translation helpful? Give feedback.
All reactions