Metadata-Version: 2.1
Name: langjam
Version: 0.1.7
Summary: Utils for large language model
Author: Anurag Jha
Author-email: toanuragjha@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=2.6.1,<3.0.0)
Description-Content-Type: text/markdown

# LangJam

Project helps easier interaction with LLM models out there.

## Feature
### OpenAI
1. OpenaiFunction - get_definition - returns function string that can be used with Openai chat or assistant APIs


