Metadata-Version: 2.1
Name: jsonable_llm
Version: 0.0.1.dev0
Summary: Make 7B/13B LLM output JSON more stable
Home-page: https://github.com/gusye1234/jsonable-llm
Author: JianbaiYe
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
Requires-Dist: pydantic

<div align="center">
  <h1>jsonable-llm</h1>
  <strong>Make 7B/13B LLM output JSON more stable</strong>
  <p>by converting your JSON schema to Markdown</p>
  <p>
    <img src="https://img.shields.io/badge/python->=3.9.11-blue">
    <a href="https://pypi.org/project/jsonable-llm/">
      <img src="https://img.shields.io/pypi/v/jsonable-llm.svg">
    </a>
  </p>
</div>

