Skip to main content

A Python client for the NurmoAI API.

Project description

PyPI version

NurmoAI

NurmoAI is a Python client library for interacting with the NurmoAI chat API, facilitating the integration of Character AI chat functionalities into your Python applications.

Installation

Install NurmoAI using pip:

pip install nurmoai

Usage

To use NurmoAI, you will need an API key from https://nurmo.app. Visit the Official Website to obtain your API key. Once you have it, you can begin making API requests to interact with NurmoAI’s AI.

from nurmoai import nurmoai

nurmo = nurmoai(api_key="your_NurmoAI_api_key")

def main():
    ai_response = nurmo.create_completion(
        messages=[{"role": "user", "content": "Say this is a test"}],
        model="gpt-3.5-turbo",
    )

    print(ai_response)

if __name__ == "__main__":
    main()

Features

  • Easy initialization and configuration with environment variables or direct options
  • Much cheaper than the official API
  • Access to all our Characters and ability to make own
  • Fast responses for most requests, typically within 1ms
  • A simplified method to create chat completions with the NurmoAI API

Documentation

For more information about the NurmoAI API and its capabilities, please visit the NurmoAI Official Docs.

Pricing

Get access to high messages per minute for as cheap as 5$ per month at Official Website

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

nurmoai-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file nurmoai-0.1.0.tar.gz.

File metadata

  • Download URL: nurmoai-0.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.14

File hashes

Hashes for nurmoai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 07c513809028185ec072ad99395af5ba6faacfe8b28cb2e20184276d10fe3ec7
MD5 2a50fd889e169504799589971c1cfdf2
BLAKE2b-256 5aaa54298fd8a004bcd32ea6ca3fdbfaf75d2ddd5975086ac559b12becce6292

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