Metadata-Version: 2.1
Name: lazer
Version: 0.1.3
Summary: 
Author: Justin Stitt
Author-email: jstitt007@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: icecream (>=2.1.3,<3.0.0)
Requires-Dist: openai (>=0.27.8,<0.28.0)
Requires-Dist: pydantic (>=1.10.9,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: pytojsonschema (>=1.11.1,<2.0.0)
Description-Content-Type: text/markdown

# lazer

A Python package that enables easier setup for function-enabled GPT models like gpt-3.5-turbo-0613


### Installation

`$ pip install lazer`


### Usage

Go check `lazer/demo/app.py` for a dummy app

To run this `python -m demo.app`

