Open HAL9KKK opened 11 months ago
not able to reproduce
how to make multiple function call with "gorilla-openfunctions-v1"? Let's suppose we have a list function call:
Or simply reply to a question without involving a function call
Hi @HAL9KKK you got the solution for the multiple function?
Hi @CHIRU98 unfortunately not....I do not know why this multiple function feature is not working! @ShishirPatil can you please explain how to use your code to make 2 function calls and the LLM should understand how to classify the call based on the context?
The same problem, only one function can be called each time.
Hey @HAL9KKK were you able to solve this? I'm having the same problem..
Describe the bug I am using gorilla-openfunctions-v1 to allow multiple function calling but it calls just the first one in the list
To Reproduce Steps to reproduce the behavior: I tried the following code using LMStudio as inference for Gorilla on port 1234:
here the query:
I was expecting to call the function for sending a message But i got:
'uber.ride(loc="LOCATION", type="TYPE", time=30)'