Skip to main content

Wrapper for OpenAI API, intended to be used for a discord bot powered by chatGPT.

Project description

DevGround

ChatGPT API wrapper

This is a wrapper for the ChatGPT API by DevGround.

Model

gpt-3.5-turbo

License

It is licensed under the MIT license.

Language

Written in Python 3.11

Requirements

requires environment variables:

  • OPENAI_API_KEY

Installation

install the package with pip:

pip install dg_chatgpt_api

Usage

from dg_chatgpt_api import ChatGPTAPI as api

api.reconnect()
api.add_user("user_id", "username")
api.add_conversation("user_id")
message = {
    "role": "user",
    "content": "message"
}
response = api.get_response("user_id", message)

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

dg_chatgpt-0.1.5.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

dg_chatgpt-0.1.5-py3-none-any.whl (5.3 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