by rizerphe · Agent Tool · ★ 437
Local LLM function calling Overview The project is designed to constrain the generation of Hugging Face text generation models by enforcing a JSON schema and facilitating the formulation of prompts for function calls, similar to OpenAI's function calling feature, but actually enforcing the schema unlike OpenAI. The project provides a class that allows users to easily generate text while ensuring compliance with the provided prompt and JSON schema. By utilizing the library, users can conveniently control the output of text generation models.
| Stars | 437 |
| Forks | 41 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 75.1401802041233/100 |
| Open Issues | 6 |
| Last Updated | 2024-03-12 |
| Created | 2023-06-27 |
| Platforms | python |
| Est. Tokens | ~11k |
These tools work well together with local-llm-function-calling for enhanced workflows:
Explore other popular agent tool tools:
local-llm-function-calling is A tool for generating function arguments and choosing what function to call with local LLMs. It is categorized as a Agent Tool with 437 GitHub stars.
local-llm-function-calling is primarily written in Python. It covers topics such as chatgpt-functions, huggingface-transformers, json-schema.
You can find installation instructions and usage details in the local-llm-function-calling GitHub repository at github.com/rizerphe/local-llm-function-calling. The project has 437 stars and 41 forks, indicating an active community.
local-llm-function-calling is released under the MIT license, making it free to use and modify according to the license terms.