1
Feature Story
GitHub - zby/LLMEasyTools: OpenAI tools and functions with no fuss
Apr 06, 2024 · github.comThe installation and usage of LLMEasyTools are straightforward. Developers can clone the repository and install it using pip. The package allows developers to create a toolbox instance, register their tool, and directly invoke functions based on LLM response structures. The package is open-sourced under the Apache License.
Key takeaways
- LLMEasyTools is a Python package designed for seamless interaction with the OpenAI Python API library, focusing on 'tools' and 'function calls' without being intrusive.
- It offers features such as schema generation, structured data from LLM, function name mapping, dispatching function calls, stateful tools, and no patching.
- It provides examples of how to use the package, including getting structured data from LLM and dispatching to a function.
- LLMEasyTools is open-sourced under the Apache License.