Library for interacting with TestHub APIs, ChatGPT, and more.
Project description
TestHub
TestHub is a Python library that allows you to interact with various APIs, including bypassing URLs, ChatGPT API, and more. Join our discord https://discord.gg/3wKTDFMwvN
Features
- Bypass URL
- ChatGPT (based on GPT-4)
- Image Generation
Example Code
from TestHub.api.chatgpt import TestHubChatGPT
response = TestHubChatGPT.chatgpt(msg="Hello, how are you?", api_key="TestHub-FqgYrvBnmyLFqqwK1v0LigEu")
if "error" in response:
print(f"Error: {response['error']}")
else:
print(f"ChatGPT Response: {response['chat']}")
## Installation
You can install TestHub via pip:
```bash
pip install TestHub
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
testhub-0.1.2.tar.gz
(5.7 kB
view details)
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 testhub-0.1.2.tar.gz.
File metadata
- Download URL: testhub-0.1.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b91d546b4dafdeb67b02e6a77dbffd12c2fa32944340e7d1b56897d21aeb23b2
|
|
| MD5 |
efee42937bed78b0979bdf7ead101736
|
|
| BLAKE2b-256 |
2a8a7371824b1b63721ac54caeb0062e883e8ae6688fa461cacf36745c8aa0e8
|
File details
Details for the file TestHub-0.1.2-py3-none-any.whl.
File metadata
- Download URL: TestHub-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2deb8c3f486caa4576c7cbb709b657dce6f61c8b75970e9ca99c7b4b14cd227
|
|
| MD5 |
c37f190c9f9144c78b73602075131e49
|
|
| BLAKE2b-256 |
d0249419025433dbcc2fc9168c67bc0e21bad7e2f098c6b0492ca50c2dfd9435
|