Skip to main content

A simple Python package for creating and interacting with GPT-based chatbots

Project description

gptbots

A simple Python package for creating and interacting with GPT-based chatbots

Preliminaries

Make sure your OpenAI API key is setup (see OpenAI's Quickstart tutorial).

Usage

To create a chatbot:

  • bot = gptbots.Chatbot() creates a chatbot instance with default attributes
  • bot = gptbots.Chatbot(model, temperature, custom_instructions, chatbot_name) creates a chatbot instance with custom attributes

To chat:

  • bot.chat(prompt) prints chatbot response to string prompt

See more methods below.

Attributes

  • model : default is "gpt-3.5-turbo-1106"; see OpenAI's documentation on models for valid model names
  • temperature : default is 0.7; ranges from 0.0 to 1.0; higher generally means more creative
  • custom_instructions : default is "You are a helpful assistant."
  • chatbot_name : default is "Assistant"
  • context : contains custom instructions, user messages, and chatbot responses

Methods

  • chat(prompt) prints chatbot response to string prompt
  • chat_image(prompt, url) prints chatbot response to string prompt + image URL when using "gpt-4-vision-preview" (aka GPT-4 Turbo with vision)
  • save(file_path) saves chat history and settings to preferred file
  • load(file_path) loads chat history and settings from preferred file
  • print_messages() prints context without custom instructions in a prettier format
  • print_context() prints context in a prettier format

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

gptbots-0.1.11.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.

gptbots-0.1.11-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file gptbots-0.1.11.tar.gz.

File metadata

  • Download URL: gptbots-0.1.11.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for gptbots-0.1.11.tar.gz
Algorithm Hash digest
SHA256 e649994a8071e0e6f9cd832ccaf65d9ebe355a6e869c34697236e82aac8aefe9
MD5 dad719da815afb90a2d15da188f9c35e
BLAKE2b-256 026625f107894e51d5ce64663875053d0523088b877e4397bcb296dafc265250

See more details on using hashes here.

File details

Details for the file gptbots-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: gptbots-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for gptbots-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 30914320c51aab9b8fd21bbe7d5324993abdbd77750d2578f1cb3a169b12b798
MD5 0a2de399ec6af8f670c4b05cac9c62dd
BLAKE2b-256 c6871b2b475731f7c9c137b71cb0d64e1dc3641e06f76392bd497cbc47d56828

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