Skip to main content

freeGPT is a Python package that gives free access to GPT3 and GPT4 models.

Project description

PyPI version Downloads License

freeGPT

A Python package that gives access to GPT3 & GPT4 models for free.
Get started by doing: pip install freeGPT

Source:

Models with .web have internet access on.

Models Websites
gpt3 you.com
gpt4 forefront.ai

TODO-List:

  • Add GPT-4.
  • Make the library well-documented.
  • Make the over-all library easier to use.
  • Make the over-all library easier to understand.
  • Replace you.com with theb.ai for less failed responses.
  • Make GPT-3 & GPT-4 models with web access.
  • Add a text to image generation model
  • Make a discord bot

Support me:

Examples:

GPT-3:

from freeGPT import gpt3

while True:
    prompt = input("👦 > ")
    resp = gpt3.Completion.create(prompt=prompt)
    print(f"🤖 > {resp['text']}")

GPT-4:

# Uhh, sorry but gpt4 is kinda broken currently, will maybe get fixed in the next update.
from freeGPT import gpt4

while True:
    token = Account.create(logging=True)
    prompt = input("👦 > ")
    resp = gpt4.Completion.create(prompt=prompt, token=token)
    print(f"🤖 > {resp.text}")

Star History:

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.1.2.tar.gz (19.3 kB view details)

Uploaded Source

Built Distribution

freeGPT-1.1.2-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for freeGPT-1.1.2.tar.gz
Algorithm Hash digest
SHA256 4783cbc7ba822ca4c0668c4c25bc8302520144abb8231bd2c5663802c821eb0a
MD5 af1f9c72f07b263eb327c4990cf508c2
BLAKE2b-256 e16573ad4a13e234f97f784c27bb3b301670564cd659bb72db54de33a014572a

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for freeGPT-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0a8855d7b3c826a4ec3b17c223f06ae8814e4c64d810dc5672ab9453cb11bf41
MD5 f3b59979f085f8523540b31b1f4f527a
BLAKE2b-256 0ca69debaa88cfed9900be8eb8c0583c55482056bc7a9ddd0a3a438c1a76e0df

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