banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

54.8k 星開源項目,GPT-4Free:讓GPT4免費不是夢

有了 GPT4Free,你可以免費使用這些大模型了。這個項目通過一種巧妙的方式工作:它偽裝成了 chatgpt 的官方聊天客戶端,或者是其他一些已經向 OpenAI 付費的網站,比如 poe、bing 等,然後調用這些網站的接口來間接調用 OpenAI 的服務。

而且,部署超級簡單。只需兩條 Docker 命令,您就可以輕鬆在本地使用 GPT-4 了:

docker pull hlohaus789/g4f
docker run -p 8080:8080 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest

打開瀏覽器,輸入http://localhost:8080 即可打開聊天頁面
該項目的實現原理其實非常簡單,就是偽裝成 ChatGPT 的官方聊天客戶端或者是其他一些已經向 OpenAI 付費可以正常使用 OpenAI 服務的網站,通過調用這些網站的接口來間接使用 OpenAI(包括 Bard、Claude 等)。

有興趣的朋友可以試試自己部署看看,用 Docker 的話 2 分鐘就搞定了。作者還將服務放到了 Discord,進入聊天頻道就能體驗。

如需更多詳細信息,包括 API 如何調用,請查看項目的 GitHub 地址:

image

image

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。