Skip to main content

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 response
  • stream (bool): Stream response if True

Requirements

  • Python 3.6+
  • openai package

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ayaya-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

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

Hashes for ayaya-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2e365aec0ec6bafc610adc6f957f4005cd05c16dea25f475a398bd0040d796da
MD5 228eeaf026b7e25ea5269c5e0b2ad7c7
BLAKE2b-256 511cd311de660791b7f83ce82decaa0a585202dbf9500f5327d1ca3846b4da18

See more details on using hashes here.

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

Hashes for ayaya-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bd1534f6fa269ae97477580430675315ed70185ce4d86e00581ba522beb546d0
MD5 8489eba8f1a32d4f723244e06a575242
BLAKE2b-256 a47009a17e44d7e0d0f07dcae42ab2c16a05821d9dba3653265ff805e554181a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page