freeGPT is a Python package that gives free access to GPT3 and GPT4 and more models.
Project description
freeGPT
A Python package that gives access to GPT3 & GPT4 models for free.
Get started by doing: pip install freeGPT==1.1.3
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 non-GPT model.
- Add a text to image generation model.
- Make a discord bot.
Support me:
- Join my Discord Server :D
- Star this repository :D
Examples:
Alpaca-7b:
from freeGPT import alpaca
while True:
prompt = input("👦 > ")
resp = alpaca.Completion.create(prompt=prompt)
print(f"🤖 > {resp}")
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:
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.5.tar.gz
(20.5 kB
view details)
Built Distribution
freeGPT-1.1.5-py3-none-any.whl
(20.3 kB
view details)
File details
Details for the file freeGPT-1.1.5.tar.gz
.
File metadata
- Download URL: freeGPT-1.1.5.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31421c7a090c42e918fbff1f958d98d635279b62717368620cc09c04436cc0c6 |
|
MD5 | db5a921a098887622e53657e6ebf7d19 |
|
BLAKE2b-256 | d78a7e3ccef95e96d87f4adf1e5e37e9514901da5f014b5a8089b1fe2c8b09f6 |
Provenance
File details
Details for the file freeGPT-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: freeGPT-1.1.5-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6da62dae976577f6d49c2cefdf2d253de34e65db35bf9c43b1c4ac8acf9aeade |
|
MD5 | b208ab3f9b7c430c713200dc13dacbff |
|
BLAKE2b-256 | c01aac7bf163c6507102af87a2c3184de9aa984e33fb14d511c333a5e925dcf4 |