Metadata-Version: 2.4
Name: chat-ai-joseph123
Version: 0.1.1
Summary: AI helper utilities for text generation
Author: Joseph Paul
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: python-dotenv
Dynamic: license-file

# chat_ai_joseph123

AI helper utilities for text generation using OpenAI-like APIs.

## Installation

```bash
pip install chat-ai-joseph123


Usage

from chat_ai.client import get_response

response = get_response("Hello, AI!")
print(response)



---

# **4️⃣ `LICENSE`** (MIT example)

```text
MIT License

Copyright (c) 2025 Joseph Paul

Permission is hereby granted, free of charge, to any person obtaining a copy...
