Skip to main content

A Python package that provides free access to GPT3, GPT4, and more models.

Project description

Latest: 5 MORE STARS FOR INTERNET SEARCH GPT MODELS

PyPI version Downloads

freeGPT

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

Examples:

GPT-3:

from freeGPT import gpt3

def send_prompt():
    try:
        prompt = input("> ")
        response = gpt3.Completion.create(prompt=prompt)
        print("Response:", response.text)
    except Exception as e:
        print("Error:", str(e))

while True:
    send_prompt()

GPT-4:

from freeGPT import gpt4

token = gpt4.Account.create(logging=True)
print("Token:", token) 

def send_prompt():
    try:
        prompt = input("> ")
        for response in gpt4.Completion.create(prompt=prompt, token=token):
            print("Response:", response.text)
    except Exception as e:
        print("Error:", str(e))

while True:
    send_prompt()

Source:

Models with .web have internet access on.

Models Websites
gpt3 theb.ai
gpt3.web you.com
gpt4 useless.com
gpt4.web 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.
  • Add a internet search model for GPT-3 & GPT-4
  • Make a discord bot
  • Add text to image generation

Star History:

Star History Chart

Discord Server:

Join my server to support me :D

-> discord.gg/NcQ26PrNDp

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

Uploaded Source

Built Distribution

freeGPT-1.0.0.2-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for freeGPT-1.0.0.2.tar.gz
Algorithm Hash digest
SHA256 43e0076993d50f14eaa32e6edd0731081d3627c965c07271a31951c6401c1edf
MD5 82bfe5660965d3d69e4f008c2d5fc061
BLAKE2b-256 1d1c9c07f2b1bdeaed5bdeee24cafa7ba3412d6671e46ee62667de6878771e1c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: freeGPT-1.0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 16.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.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1002d382e0f5dee4cf6872a65133160eb47f03e8ee039c070d117d5ffa0da5f5
MD5 15e315394e62068e952db046cca59367
BLAKE2b-256 2d312a74e8929ff12812172346301593753f75389a1d7fd3cc96fbf58a47caac

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