freeGPT provides free access to GPT3, GPT4 and more models.
Project description
freeGPT
freeGPT provides free access to GPT3, GPT4 and more models.
Get started:
py -m pip install --upgrade freeGPT
Or add the freeGPT Discord bot, it's open-sourced!
Join my Discord server for live chat, support, or if you have any issues with this package.
Source:
Models | Websites |
---|---|
gpt3 | <ava-ai-ef611.web.app> |
gpt4 | <you.com> |
alpaca_7b | <chatllama.baseten.co> |
Support this repository:
- Star this repository :D
- Add the freeGPT Discord bot.
- Join my Discord Server:
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.
Discord bot:
- Add the freeGPT 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.
Example:
import freeGPT
import asyncio
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}")
asyncio.run(main())
Star History Chart:
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.2.2.tar.gz
(17.6 kB
view details)
Built Distribution
freeGPT-1.2.2-py3-none-any.whl
(18.3 kB
view details)
File details
Details for the file freeGPT-1.2.2.tar.gz
.
File metadata
- Download URL: freeGPT-1.2.2.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5e17dc9bbe26f2f4fff83159745e94fdeba545aed9e4377510dbd824c62470d |
|
MD5 | 9c8af6eba1c3c4dbda94f3fff0aa8faf |
|
BLAKE2b-256 | 680c4aedcecb4e0e2cdf9aef143ce798c8f3d1c48bf825d7e0541b2ea5ea1b2c |
Provenance
File details
Details for the file freeGPT-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: freeGPT-1.2.2-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99b9622813c6d3dc12a26e99ceed0d929e06dd539cb8ed7e51a098e9b556a636 |
|
MD5 | 1ee4f573e67705f5d7633286eaff4e9d |
|
BLAKE2b-256 | cd7d3c8150b4387ee0e5217af23906b76f41d8c26c55f072ba9376cb0d53f547 |