Metadata-Version: 2.2
Name: techv_ai
Version: 2.1.2
Summary: Techvantage AI Developer Toolkit
Author: Techvantage
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: msal>=1.24.0
Requires-Dist: requests>=2.28.0
Requires-Dist: openai
Requires-Dist: groq
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# techv.ai Python Package

This Python package allows you to interact with the hosted LLM model via an API.

## Installation

Install via pip:

```bash
pip install techvlm.ai
