yolio2003 / chatgpt-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One-click deployment of the ChatGPT private proxy, power by Next.js

English | 简体中文

Deploy on Zeabur

The Zeabur is recommended, Specific operations are as follows

  1. Fork this repository for your own repository

fork

  1. Deploy your repo on Zeabur

  2. Add a new service on Zeabur console

step 1

  1. select from source deploy

step 2

  1. select your forked repo

step 3

  1. select main and deploy

step 4

  1. After the deployment is successful, Generate domain on the setting tab

step 5

  1. Finally get your service

step 6

Deploy on Vercel

If you use Vercel deploy services, you must custom domain name, beacuse the custom domain name is not affected by the GFW, Specific operations are as follows

Deploy to Vercel

  1. Click the deploy button at the top

One-click deploy

  1. After deployment, the repository will be forked automatically for you, entering a custom repository name in the input field

Deploy

  1. After successful deployment, get your service

Alt text

  1. You must add a custom domain name for your service, otherwise you will not be able to access your service in the country

Domain

How to use

Whether you use Zeabur or Vercel, you will get the following proxy service after deployment

Proxy service

The address in the red box is fully forwarded to https://api.openai.com and is accessible within the country

You can use the proxy service in applications that support custom apis to invoke the "openai" interface domestically

Fro example, openai-translator:

Alt text

About


Languages

Language:CSS 64.8%Language:JavaScript 35.2%