Skip to main content

freeGPT provides free access to text and image generation models.

Project description

PyPI Downloads Status

freeGPT

freeGPT provides free access to text and image generation models.

Getting Started:

python -m pip install -U freeGPT

Join my Discord server for live chat, support, or if you have any issues with this package.

Sources:

Text Generation:

Model Website
gpt3 chat9.yqcloud.top
gpt4 you.com
alpaca_7b chatllama.baseten.co
falcon_40b gpt-gm.h2o.ai

Image Generation:

Model Website
prodia prodia.com
pollinations pollinations.ai

Support this repository:

DiscordWidget

TODO List:

  • Make the library well-documented.
  • Make the overall library easier to use.
  • Make the overall library easier to understand.
  • Add a non-GPT model.
  • Make a discord bot.
  • Add an image generation model.
  • Add more models.

Discord bot:

  • This bot has all the models in this repository available.
  • It's interactive, overall fast, and easy to use.
  • And lastly, it's open-sourced.

Examples:

Text Completion:

import freeGPT
from asyncio import run


async def main():
    while True:
        prompt = input("👦: ")
        try:
            resp = await getattr(freeGPT, "MODEL NAME").Completion().create(prompt)
            print(f"🤖: {resp}")
        except Exception as e:
            print(f"🤖: {e}")


run(main())

Image Generation:

import freeGPT
from PIL import Image
from io import BytesIO
from asyncio import run


async def main():
    while True:
        prompt = input("👦: ")
        try:
            resp = await getattr(freeGPT, "MODEL NAME").Generation().create(prompt)
            Image.open(BytesIO(resp)).show()
            print(f"🤖: Image shown.")
        except Exception as e:
            print(f"🤖: {e}")


run(main())

Star History Chart:

Star History Chart

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

freeGPT-1.3.2.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

freeGPT-1.3.2-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file freeGPT-1.3.2.tar.gz.

File metadata

  • Download URL: freeGPT-1.3.2.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for freeGPT-1.3.2.tar.gz
Algorithm Hash digest
SHA256 6d85e0d636f2f206753b3fb3423af358e917d58385a32198728ffbeb0f4cdb14
MD5 f703a2ff8c3d707e68bb4baefe8ee9cc
BLAKE2b-256 a70c72dee996f181bddf907e077f5f2434807f77bea6a4f240cf5635ae59b6db

See more details on using hashes here.

Provenance

File details

Details for the file freeGPT-1.3.2-py3-none-any.whl.

File metadata

  • Download URL: freeGPT-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for freeGPT-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6fa80a0aa68b7318345b2d505e233169d81a8e9e4c56375a18556296ef2bf1c4
MD5 8e6b3130363d999f9cd06284a1917611
BLAKE2b-256 af90fad651964a8a2dab1b4fac9c29e3f0844b32a0cb48493fa5d67dae8a8d51

See more details on using hashes here.

Provenance

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