Kamisato Ayaya for AI text generation
Project description
# ayaya
Python package for interacting with NVIDIA's AI API
## Installation
```bash
pip install ayaya
Usage
Basic Usage
import ayaya
# Default usage
ayaya()
# Generate AI response with default model
ayaya(prompt="Tell me about AI")
Advanced Usage
import ayaya
# Custom model and parameters
response = ayaya(
model="meta/llama3-70b-instruct",
prompt="Explain quantum computing",
temperature=0.7,
max_tokens=1024,
stream=False
)
Parameters
model(str): AI model to use (default: "deepseek-ai/deepseek-r1-distill-qwen-7b")prompt(str): Your query for the AI (returns Craftguy info if None)temperature(float): Controls randomness (0.0-1.0)top_p(float): Controls diversity (0.0-1.0)max_tokens(int): Maximum length of responsestream(bool): Stream response if True
Requirements
- Python 3.6+
openaipackage
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ayaya-0.1.0.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ayaya-0.1.0-py3-none-any.whl
(3.7 kB
view details)
File details
Details for the file ayaya-0.1.0.tar.gz.
File metadata
- Download URL: ayaya-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e365aec0ec6bafc610adc6f957f4005cd05c16dea25f475a398bd0040d796da
|
|
| MD5 |
228eeaf026b7e25ea5269c5e0b2ad7c7
|
|
| BLAKE2b-256 |
511cd311de660791b7f83ce82decaa0a585202dbf9500f5327d1ca3846b4da18
|
File details
Details for the file ayaya-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ayaya-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd1534f6fa269ae97477580430675315ed70185ce4d86e00581ba522beb546d0
|
|
| MD5 |
8489eba8f1a32d4f723244e06a575242
|
|
| BLAKE2b-256 |
a47009a17e44d7e0d0f07dcae42ab2c16a05821d9dba3653265ff805e554181a
|