local-llm-function-calling icon indicating copy to clipboard operation
local-llm-function-calling copied to clipboard

A tool for generating function arguments and choosing what function to call with local LLMs

Results 4 local-llm-function-calling issues
Sort by recently updated
recently updated
newest added

Any plans on providing benchmarks w/ the top OSS models like Mistral 7b using this as well as benchmarks against fine-tuned models.

Hi just found this repo really interesting. I am wondering if this can be used for function calling task with other models like Llama2, falcon, vicuna, PaLm or else. Model...

When I run the following command: generator = Generator.hf(functions, "meta-llama/Llama-2-7b-chat-hf") I get the following error: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[11], line 1 ----> 1 function_call =...

can I use this with my own fine tuned models on lm studio?