Metadata-Version: 2.1
Name: typegpt_light
Version: 0.0.1
Summary: TypeGPT Light is a reduced version of TypeGPT that uses OpenAI's built-in strucutred output, but keeps some nice architecture features of TypeGPT.
Home-page: https://github.com/alexeichhorn/typegpt
Author: Alexander Eichhorn
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing-extensions >=4.1.0
Requires-Dist: openai >=1.40.0

# TypeGPT-Light

Reduced version of [TypeGPT](https://github.com/alexeichhorn/typegpt) that uses OpenAI's built-in strucutred output, but keeps some nice architecture features of TypeGPT.
