Skip to main content

A tool designed for working with 🧑‍💻ChatGPT API🧑‍💻

Project description

VoAI v0.0.3 - tool designed for working with ChatGPT API

Change log

  • Added ask_with_context method for GPT35Turbo that will do same as just ask method but will remember previous context

Usage

import voai

KEY = "your-api-key"

chat = voai.GPT35Turbo(KEY)
while True:
    query = input("> ")

    response = chat.ask(query)
    print(response)

Using libraries

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

voai-0.0.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

voai-0.0.3-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

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