Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
/freeGPTPublic archive

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

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPIDownloadsStatus

freeGPT

freeGPT provides free access to text and image generation models.

There is also an officialDiscord bot.

Getting Started:

python -m pip install -U freeGPT

Sources:

ModelWebsite
gpt3chat9.yqcloud.top
gpt4you.com
gpt3_5vitalentum.net
prodiaprodia.com
pollinationspollinations.ai

Support this repository:

Examples:

Text Completion:

fromfreeGPTimportClientwhileTrue:prompt=input("👦: ")try:resp=Client.create_completion("MODEL",prompt)print(f"🤖:{resp}")exceptExceptionase:print(f"🤖:{e}")

Image Generation:

fromfreeGPTimportClientfromPILimportImagefromioimportBytesIOwhileTrue:prompt=input("👦: ")try:resp=Client.create_generation("MODEL",prompt)Image.open(BytesIO(resp)).show()print(f"🤖: Image shown.")exceptExceptionase:print(f"🤖:{e}")

Star History Chart:

Star History Chart


[8]ページ先頭

©2009-2025 Movatter.jp