Skip to main content

freeGPT provides free access to text and image generation models.

Project description

FreeGPTFix

Status

freeGPT provides free access to text and image generation models.

Getting Started:

pip install freeGPTFix

DOCS

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


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)

Uploaded Source

Built Distribution

freeGPTFix-1.3.0-py3-none-any.whl (35.6 kB view details)

Uploaded Python 3

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

Hashes for freegptfix-1.3.0.tar.gz
Algorithm Hash digest
SHA256 b1a85b086067f558d20ce4d1e819a89b425b60eace18c0f156d692ee8ce94852
MD5 28ca39041642645db8c0231170ef1d2a
BLAKE2b-256 199a94bf671b7d34524ad52223b31c86a7dbaf2af9bf150a96e0c9be98ec941e

See more details on using hashes here.

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

Hashes for freeGPTFix-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 54afc7d0e1404488819acf92ba043e84a913515e012d6963c3fd513d572d6671
MD5 f69f47921cc810198636ccabdda5a768
BLAKE2b-256 b236706730198bde4a505168020d54083c25cd9f6017c4faa8f53452ff158c2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page