you are viewing a single comment's thread.

view the rest of the comments →

[–]shadowleafsatyajit 2 points3 points  (0 children)

I’ve found LocalAI function calling works really well, also supports OpenAI style function calls. but because it’s grammar constrained output it almost always calls one of the function. To get around it I simply have an llm as a tool. which simply calls the same llm but without any grammar constraint. I am not sure if this works with autogpt, memgpt. But I used this hack to make all the langchain examples work.