banner
Geek

Geek

🧠在家居士 | 🥦素食者 | 🏃🏻马拉松爱好者 | 📡AI降临派 | 过🪜技术资深学者 | 🤖科技狂 | 📤更新狂🆅 https://www.igeekbb.com/
twitter
github

Docker deployment of free GPT4-FreeGPT

The freegpt-webui project seems to be working again, although it's not very stable. Who needs a bicycle when it's free? As long as it works.

To deploy using Docker is very simple (OrbStack available locally):

  • Pull the image
docker pull ramonvc/freegpt-webui
  • Start
docker run -p 1338:1338 ramonvc/freegpt-webui
  • Open in browser (locally)
http://127.0.0.1:1338` or `http://localhost:1338

GPT-4 dialogue, I used "Why wasn't I invited when my parents got married?" to test, and it really is GPT4, although sometimes the answers are not very stable.

Untitled

As for GPT3.5-turbo 0613, it's still the same.

Untitled (1)

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.