freeGPT 1.3.5
pip install freeGPT
Latest version
Released:
freeGPT provides free access to text and image generation models.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2) (GPLv3)
- Author: Ruu3f
- Tags artificial-intelligence, machine-learning, deep-learning, gpt4free, gpt4all, freegpt, chatgpt, python, llama, llm, nlp, gpt, ai
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
freeGPT
freeGPT provides free access to text and image generation models.
There is also an official Discord bot.
Getting Started:
python -m pip install -U freeGPT
Sources:
Model | Website |
---|---|
gpt3 | chat9.yqcloud.top |
gpt4 | you.com |
gpt3_5 | vitalentum.net |
prodia | prodia.com |
pollinations | pollinations.ai |
Support this repository:
- ⭐ Star the project: Star this and the freeGPT-discord repository. It means a lot to me! 💕
Examples:
Text Completion:
from freeGPT import Client
while True:
prompt = input("👦: ")
try:
resp = Client.create_completion("MODEL", prompt)
print(f"🤖: {resp}")
except Exception as e:
print(f"🤖: {e}")
Image Generation:
from freeGPT import Client
from PIL import Image
from io import BytesIO
while True:
prompt = input("👦: ")
try:
resp = Client.create_generation("MODEL", prompt)
Image.open(BytesIO(resp)).show()
print(f"🤖: Image shown.")
except Exception as e:
print(f"🤖: {e}")
Star History Chart:
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v2 (GPLv2) (GPLv3)
- Author: Ruu3f
- Tags artificial-intelligence, machine-learning, deep-learning, gpt4free, gpt4all, freegpt, chatgpt, python, llama, llm, nlp, gpt, ai
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
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
Built Distribution
File details
Details for the file freeGPT-1.3.5.tar.gz
.
File metadata
- Download URL: freeGPT-1.3.5.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c9e854109f1984037e9222feed5e027dd26a8949e2422fc9bc6e55c55f056c1 |
|
MD5 | dc242ee59925e0b4da04abc1db44e0e1 |
|
BLAKE2b-256 | af88280c601fffc7f9b00bdebf16a55b5f06f5de859da2d743bae41ca3f5fe25 |
File details
Details for the file freeGPT-1.3.5-py3-none-any.whl
.
File metadata
- Download URL: freeGPT-1.3.5-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7dcf6955cb8f5024557892312ede98e319e2e54d232cce022f90b61a6af71f5 |
|
MD5 | aa6195bb661617f9420cdbe7a8a2a788 |
|
BLAKE2b-256 | 51b90349a029cb51a25dee346ad07df0ac1dabf3dc9859d86b3c86910d2a2f02 |