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-1.0.0.tar.gz (2.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: nurmoai-1.0.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-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0e3fd230c0b0fb683a9ad025e6fe2cb30361b7add87d76261fe84bacdbb2d9a0
MD5 ae8bd1424efb95294b6fdc6c0d75c08b
BLAKE2b-256 52a89cfbf3bc3b04b5631c7f672f5c8bf6af0ed869c43dd811de929f7f84a0d0

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