OpenAI Forward Service 中文文档
can be achieved with just over 20 lines of code:
- Forward any request to the API endpoint of OpenAI, with the forwarding path being https://api.openai.com/.
- This service is deployed on a web server on the Internet, which forwards requests on a specified port to OpenAI. Theoretically, this forwarding mechanism can help to connect to the OpenAI API.
- This service only performs data forwarding and does not involve any processing of private data.
- It can be compiled into a binary executable file that does not require any environment dependencies.
Node.js environment needs to be installed locally.
npm install
npm run start
npm run pkg:win
npm run pkg:linux