#AI #GPT
自部署GPT3.5-API免费调用
介绍
第一个服务基于 https://github.com/aurora-develop/aurora 通过部署该项目你可以得到一个可以随时调用的GPT-API
第二个服务基于https://github.com/missuo/FreeGPT35 利用免登录 ChatGPT Web 提供的无限制免费 GPT-3.5-Turbo API 服务
注意:请使用可正常访问gpt的服务器ip部署服务,不要频繁请求,不要共享和滥用你的API以避免被 ban 掉
Docker部署aurora
您需要安装Docker和Docker Compose。
docker run -d
--name aurora
-p 8080:8080
ghcr.io/aurora-develop/aurora:latest
Curl使用
curl --location 'http://127.0.0.1:8080/v1/chat/completions'
--header 'Content-Type: application/json'
--data '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"stream": true
}'…
📡发布:https://noisevip.cn/17968.html
📢关注频道:@quanshoulu
💬频道社群:https://www.noisework.cn/qun/
📬投稿bot:@noisewowbot
📇搜索bot:@Efficiencysearchbot
🎁访问主页: www.noisework.cn
自部署GPT3.5-API免费调用
介绍
第一个服务基于 https://github.com/aurora-develop/aurora 通过部署该项目你可以得到一个可以随时调用的GPT-API
第二个服务基于https://github.com/missuo/FreeGPT35 利用免登录 ChatGPT Web 提供的无限制免费 GPT-3.5-Turbo API 服务
注意:请使用可正常访问gpt的服务器ip部署服务,不要频繁请求,不要共享和滥用你的API以避免被 ban 掉
Docker部署aurora
您需要安装Docker和Docker Compose。
docker run -d
--name aurora
-p 8080:8080
ghcr.io/aurora-develop/aurora:latest
Curl使用
curl --location 'http://127.0.0.1:8080/v1/chat/completions'
--header 'Content-Type: application/json'
--data '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"stream": true
}'…
📡发布:https://noisevip.cn/17968.html
📢关注频道:@quanshoulu
💬频道社群:https://www.noisework.cn/qun/
📬投稿bot:@noisewowbot
📇搜索bot:@Efficiencysearchbot
🎁访问主页: www.noisework.cn