in ,

Convert gpt3.5 to free api


Note: Only the IP location supports the use of ChatGpt without login (you can also customize the Baseurl to bypass restrictions)

(With UI) Free GPT3.5, supports access calls using 3.5

Deploy to Glitch

Since vercel's go does not support streaming, please fill in False in STREAM_MODE if deployed in vercel. It does not support any default streaming client and supports immersive translation.

Deploy with Vercel

Deploy

Select the United States as the region

Deploy to Koyeb

Deploy on Railway

Enter to modify the image name aurora + any alphanumeric

Deploy on Zeabur

git clone https://github.com/aurora-develop/aurora
cd aurora
go build -o aurora
chmod +x ./aurora
./aurora

You need to install Docker and Docker Compose.

docker run -d \
  --name aurora \
  -p 8080:8080 \
  ghcr.io/aurora-develop/aurora:latest

Create a new directory, such as aurora-app, and enter it:

Download the docker-compose.yml file in the library in this directory:

curl --location 'http://你的服务器ip: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
   }'

By default, no settings are required unless you have needs


BASE_URL="https://chat.openai.com/backend-api" 代理网关
Authorization=your_authorization  用户认证 key。
TLS_CERT=path_to_your_tls_cert 存储TLS(传输层安全协议)证书的路径。
TLS_KEY=path_to_your_tls_key 存储TLS(传输层安全协议)证书的路径。
PROXY_URL=your_proxy_url 添加代理池来。

Now gpt can be used without logging in, but it still needs to be linked to a proxy, so you can use this project to convert it to the gpt3.5 API.

project address:https://github.com/aurora-develop/aurora

What do you think?

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings

Check Point: 90% of enterprise attacks start with phishing emails

Security Affairs newsletter Round 467 by Pierluigi Paganini – INTERNATIONAL EDITION

Security Affairs newsletter Round 470 by Security – INTERNATIONAL EDITION