Metadata-Version: 2.4
Name: sufix
Version: 1.0.2
Summary: Unlimited free LLM chat - No API key needed!
Home-page: https://github.com/Sufiyan65889
Author: Sufiyan
Author-email: sufibuisness@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚀 Sufi AI

**Unlimited Free LLM Chat - No API Key Needed!**

Simple Python library for AI chat. Install karo aur shuru ho jao! 💡

## ✨ Features

- ✅ **No API Key Required** - Seedha use karo
- ✅ **Unlimited Chat** - Koi limit nahi
- ✅ **Super Simple** - 2 lines me ready
- ✅ **Multiple Models** - Choose karo apni choice ka
- ✅ **Free Forever** - Hamesha free!

## 📦 Installation

```bash
pip install sufix
```

## 🎯 Usage

```python
import sufix

# Bas itna! 🔥
response = sufix.chat("What is artificial intelligence?")
print(response)

# Different model use karo
response = sufix.chat("Explain Python", model=sufix.Models.PRO)
print(response)
```

## 🤖 Available Models

```python
sufix.Models.FAST  # sufi-o1-fast (default)
sufix.Models.PRO   # sufi-o1-pro
sufix.Models.MINI  # sufi-mini
```

## 💬 Examples

### Simple Chat
```python
import sufix

response = sufix.chat("Hello!")
print(response)
```

### Code Generation
```python
response = sufix.chat("Write a Python function to add two numbers")
print(response)
```

### Creative Writing
```python
response = sufix.chat("Write a short poem about AI")
print(response)
```

## 🛠️ Requirements

- Python 3.7+
- requests library (auto-installed)

## 📄 License

MIT License - Use freely!

## 🤝 Contributing

Issues aur PRs welcome hai! GitHub pe contribute karo.

## 📞 Support

Problems? GitHub issues pe bolo ya email karo.

---

**Made with ❤️ by [Sufiyan]**

*Unlimited AI chat for everyone!* 🌍
