This repository was archived by the owner on Oct 25, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork57
freeGPT provides free access to text and image generation models.
License
NotificationsYou must be signed in to change notification settings
Ruu3f/freeGPT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
freeGPT provides free access to text and image generation models.
There is also an officialDiscord bot.
python -m pip install -U freeGPT
Model | Website |
---|---|
gpt3 | chat9.yqcloud.top |
gpt4 | you.com |
gpt3_5 | vitalentum.net |
prodia | prodia.com |
pollinations | pollinations.ai |
- ⭐Star the project: Star this and thefreeGPT-discord repository. It means a lot to me! 💕
fromfreeGPTimportClientwhileTrue:prompt=input("👦: ")try:resp=Client.create_completion("MODEL",prompt)print(f"🤖:{resp}")exceptExceptionase:print(f"🤖:{e}")
fromfreeGPTimportClientfromPILimportImagefromioimportBytesIOwhileTrue:prompt=input("👦: ")try:resp=Client.create_generation("MODEL",prompt)Image.open(BytesIO(resp)).show()print(f"🤖: Image shown.")exceptExceptionase:print(f"🤖:{e}")
About
freeGPT provides free access to text and image generation models.