`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
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 putkoff_chatGPT_API-0.1.0.tar.gz.
File metadata
- Download URL: putkoff_chatGPT_API-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
214996ce00aa6737a7d128b974c64e843f3ba3d201b4b5d90cb5799470943a28
|
|
| MD5 |
4bdaa3962893d14a9e8ee6198cc1b47e
|
|
| BLAKE2b-256 |
9fa00908790bbca35e5c5ad8223f7e66dc0ba6205cafd08bcd35bf7cee4dffe1
|
File details
Details for the file putkoff_chatGPT_API-0.1.0-py3-none-any.whl.
File metadata
- Download URL: putkoff_chatGPT_API-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57b15e1efd52b23ae1a68129eae856d2a02994e98239e6f6c62dcf72eed74008
|
|
| MD5 |
a3623dc886b89e875339ddad8a91f88b
|
|
| BLAKE2b-256 |
9d258a123578f3026dbefbde4e52ab764834c3a2b663a4226c08745521cc376f
|