Open codefromthecrypt opened 2 months ago
This issue has been automatically marked as inactive due to lack of recent activity. Should you believe it remains unresolved and warrants attention, kindly leave a comment on this thread.
still hoping for an answer
Has this been supported or requested before?
What is this feature about?
tool calling with LocalAI
Proposal
Introduction
I would like to see an example of tool calling with LocalAI, similar to Olllama
Rational
My company has customers that use ollama which works with tool calling, but we also have customers that use LocalAI. I would like to investigate qwen2.5 as an option for those using LocalAI
Anything else
Here is an example pull request which when run with LocalAI, Qwen2.5 cannot complete the same tests that pass with Ollama (both via the OpenAI API). It is my assumption the reason is that Ollama controls the prompt when calling tools https://github.com/square/exchange/pull/51
Contributions are welcomed