Find answers from the community

Updated 7 months ago

GitHub - zby/LLMEasyTools: Tools for LLM...

https://github.com/zby/LLMEasyTools is my library that can generate schemas and dispatch function calls, but does not take control over. It is not affiliated with llamaindex though
C
z
L
5 comments
Thanks @zby, this is exactly what I'm trying to achieve. If it's possible to do something similar with just llamaindex, I'll go that path just not to add a new dependency to my project. But yeah, if llamaindex doesn't support something like this, I'll probably add LLMEasyTools to my project. It's a nice api, simple and delivers what I expect.
Thanks for nice words. "Use libraries not frameworks'" should be more popular
By the way I am now thinking about extracting another library from my answerbot application: https://github.com/zby/answerbot/blob/main/answerbot/replay_client.py - a OpenAI (and compatible) client that reads messages from a file for testing.
Llamaindex support something like this.
See LlamaIndex agent tool
Yeah @LeMoussel , I think using OpenAIAgent with just one tool and return_direct=True gives me this control I want. Thanks!
Add a reply
Sign up and join the conversation on Discord