freeGPT provides free access to text and image generation models.
Project description
FreeGPTFix
freeGPT provides free access to text and image generation models.
Getting Started:
pip install freeGPTFix
Sources:
| Model | Website |
|---|---|
| gpt3 | chat9.yqcloud.top |
| gpt4 | you.com |
| gpt3_5 | vitalentum.net |
| gpt4_omni | aichatonline.org |
| gemini | editee.com |
| prodia | prodia.com |
| pollinations | pollinations.ai |
Examples:
Text Completion:
from freeGPTFix import Client
while True:
prompt = input("> ")
try:
resp = Client.create_completion("MODEL", prompt)
print(resp)
except Exception as e:
print(f"🤖: {e}")
Image Generation:
from freeGPTFix import Client
from PIL import Image
from io import BytesIO
while True:
prompt = input("> ")
try:
resp = Client.create_generation("MODEL", prompt)
Image.open(BytesIO(resp)).show()
print(f"🤖: Image shown.")
except Exception as e:
print(f"🤖: {e}")
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
freegptfix-1.3.0.tar.gz
(24.9 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 freegptfix-1.3.0.tar.gz.
File metadata
- Download URL: freegptfix-1.3.0.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1a85b086067f558d20ce4d1e819a89b425b60eace18c0f156d692ee8ce94852
|
|
| MD5 |
28ca39041642645db8c0231170ef1d2a
|
|
| BLAKE2b-256 |
199a94bf671b7d34524ad52223b31c86a7dbaf2af9bf150a96e0c9be98ec941e
|
File details
Details for the file freeGPTFix-1.3.0-py3-none-any.whl.
File metadata
- Download URL: freeGPTFix-1.3.0-py3-none-any.whl
- Upload date:
- Size: 35.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54afc7d0e1404488819acf92ba043e84a913515e012d6963c3fd513d572d6671
|
|
| MD5 |
f69f47921cc810198636ccabdda5a768
|
|
| BLAKE2b-256 |
b236706730198bde4a505168020d54083c25cd9f6017c4faa8f53452ff158c2e
|