freeGPT is a Python package that gives free access to GPT3 and GPT4 models.
Project description
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:
- Join my Discord Server :D
- Star this repository :D
Examples:
GPT-3:
from freeGPT import gpt3
while True:
prompt = input("👦 > ")
resp = 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 = Completion.create(prompt=prompt, token=token)
print(f"🤖 > {resp.text}")
Star History:
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
freeGPT-1.1.1.tar.gz
(19.3 kB
view details)
Built Distribution
freeGPT-1.1.1-py3-none-any.whl
(19.4 kB
view details)
File details
Details for the file freeGPT-1.1.1.tar.gz
.
File metadata
- Download URL: freeGPT-1.1.1.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a64daa03374a7ab402cee050b57e801e97212b90ec92460ea6dc8887a6f41a9 |
|
MD5 | 6911b0e984113c7a0580daf84d3652ee |
|
BLAKE2b-256 | 87ef5e4e089714dc8bca03ba8b6ddac10ba37f6d89c54a407b93bbb0317fc7e9 |
Provenance
File details
Details for the file freeGPT-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: freeGPT-1.1.1-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 918fcaa2bc59f0cd8a51cee0879d9fe21f7659d9e72a3266fe381b20a54b2949 |
|
MD5 | e9dd7cb05563f076a85e5c5441688345 |
|
BLAKE2b-256 | 4ee1a0a5d5de21fe4b68d5faf0501f35b9ed7fa545391611082f77423f48c4c7 |