`putkoff_chatGPT_API` is a Python module for interacting with OpenAI's GPT models. It simplifies the process of making API calls, managing API keys, and parsing responses, while also providing utility functions to work with timestamps and organize response data.
Project description
putkoff_chatGPT_API
putkoff_chatGPT_API
is a Python module for interacting with OpenAI's GPT models. It simplifies the process of making API calls, managing API keys, and parsing responses, while also providing utility functions to work with timestamps and organize response data.
Features
- Supports multiple GPT models and endpoints
- Automatically manages API keys using dotenv
- Generates prompts and handles token size restrictions
- Parses responses and handles JSON data
- Provides utility functions for timestamps and date formatting
- Organizes response data in a structured manner
- Includes a simple GUI for user interaction
Usage
To use the module, import it and call the send_query
function with the necessary parameters, such as prompt, endpoint, model, and max tokens. The module will handle the API call, process the response, and return the results.
Example:
from putkoff_chatGPT_API import send_query
# Set up parameters
prompt = "What is the capital of France?"
endpoint = "/v1/chat/completions"
model = "gpt-3.5-turbo"
max_tokens = 50
# Send the query
response = send_query(prompt, endpoint, model, max_tokens)
# Process the response as needed
print(response)
# putkoff_chatGPT_API
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
Hashes for putkoff_chatGPT_API-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 214996ce00aa6737a7d128b974c64e843f3ba3d201b4b5d90cb5799470943a28 |
|
MD5 | 4bdaa3962893d14a9e8ee6198cc1b47e |
|
BLAKE2b-256 | 9fa00908790bbca35e5c5ad8223f7e66dc0ba6205cafd08bcd35bf7cee4dffe1 |
Hashes for putkoff_chatGPT_API-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57b15e1efd52b23ae1a68129eae856d2a02994e98239e6f6c62dcf72eed74008 |
|
MD5 | a3623dc886b89e875339ddad8a91f88b |
|
BLAKE2b-256 | 9d258a123578f3026dbefbde4e52ab764834c3a2b663a4226c08745521cc376f |