Metadata-Version: 2.4
Name: flashyapi
Version: 1.0.6
Summary: A pip package to use ai model from FloxyLabs.eu with simple code
Author: floxxy0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests

## Usage

```python
import FlashyAPI

# Non-streaming
FlashyAPI.generate(
    apiKey="your-api-key",
    model="model-name",
    prompt="Your question here",
    streaming=False
)

# Streaming
FlashyAPI.generate(
    apiKey="your-api-key",
    model="model-name",
    prompt="Your question here",
    streaming=True
)
```

# Questions?
### How to get a api key?
Join our discord and open a ticket and ask for a api key! https://discord.gg/Y6aVDdyfm7
You will get 5k Credits for free.
