Metadata-Version: 2.4
Name: aihelper_akshay
Version: 0.1.0
Summary: AI helper library for Flask apps
Author: Akshay Shibu
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: openai
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# aihelper_akshay

A simple Python library for interacting with AI tools.

## Installation


## Usage
```python
from aihelper_akshay import get_response

print(get_response("Hello AI!"))
