Metadata-Version: 2.1
Name: llm-template
Version: 0.1.0
Summary: Package designed to simplify the concept of getting structured output from LLMs
Home-page: https://github.com/vection/llm_template
Author: Aviv Harazi
Author-email: avivzx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: transformers (==4.41.1)
Requires-Dist: torch (==2.2.1)

Control your in-house LLM outputs by producing structured JSON outputs. llm_template enables the generation of robust JSON outputs from any instruction model. It can also create intricate schemas, working faster and more accurately than standard generation functions in most scenarios. This is achieved by injecting schema tokens into the response, compelling the LLM to generate only the values.

