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
Make sure your OpenAI API key is setup (see OpenAI's Quickstart tutorial).
Usage
bot = Chatbot(): create a chatbot instance with default attributes
bot = Chatbot(model, temperature, custom_instructions, chatbot_name): create a chatbot instance with custom attributes
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
Functions
chat(prompt): prints chatbot response to string promptchat_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 fileload(file_path): loads chat history and settings from preferred fileprint_messages(): prints context without custom instructions in a prettier formatprint_context(): prints context in a prettier format
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gptbots-0.1.2.tar.gz.
File metadata
- Download URL: gptbots-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2ed2fb0dfeeed1a48b03bd9174eca669bc112959305f53ffc8ad9496841c48e
|
|
| MD5 |
c3b2d0adb37da0a972170fb0429452d0
|
|
| BLAKE2b-256 |
34a88659580e537acdf6ab63ee04c8824a9bdbf13c0258c0ee94752099d81aef
|
File details
Details for the file gptbots-0.1.2-py3-none-any.whl.
File metadata
- Download URL: gptbots-0.1.2-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.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1824abd4832d503ea7dc4ce84e58795bcaeeeb7531ea7b233bc3b284422fd4e8
|
|
| MD5 |
a19892df0eb870f8dea522913ba93b19
|
|
| BLAKE2b-256 |
ebef53269f49ed33b4b7806cc6a3e507ffcb4ea06c77e06c9f917f280d70f665
|