Metadata-Version: 2.4
Name: GlobleXGPTAi
Version: 1.0.1
Summary: GlobleXGPTAi Model Python Client (Multi-Provider Support) developed by Himanshu
Home-page: https://github.com/heyhimanshu/globle-gpt
Author: Himanshu
Author-email: Himanshu <your-email@example.com>
Project-URL: Homepage, https://github.com/heyhimanshu/globle-gpt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# GlobleXGPTAi Python Library 🚀

GlobleXGPTAi is an advanced AI model developed by **Himanshu**. This library allows you to easily integrate GlobleXGPTAi into your Python projects.

## Installation 🛠️

```bash
pip install GlobleXGPTAi
```

## Quick Start ⚡

```python
from globlexgptai import GlobleXGPTAiClient

# Initialize the client
client = GlobleXGPTAiClient(api_key="YOUR_API_KEY")

# Generate a response
response = client.generate("Hello GlobleXGPTAi, how are you?")
print(response)
```

## Features ✨

- **Professional Persona**: Built-in GlobleXGPTAi personality.
- **Easy Integration**: Simple class-based structure.
- **Powered by Himanshu**: Optimized for reliability and performance.

## License 📄

MIT License. Developed by Himanshu.
