🌏API Proxy
Last updated
Last updated
Do not fill in, default use ChatGpt official address: https://api.openai.com
Because some regions can't access OpenAi's API, it can cause inaccessibility problems
Helper provides the perfect solution to resolve network exceptions using proxies
The data will be reported, but the Helper will not save any data.
Please enter https://chatgpt.helper.im
into the input box below to resolve the network issue.
Reporting data to your own server, ensuring security, reliability, and privacy protection.
I recommend purchasing a server that can request the ChatGPT model and utilizing a Linux server with Nginx as a reverse proxy. The server should be located in the United States for optimal accessibility.
To add an Nginx reverse proxy configuration, open the chatgpt.conf
file using the vi
text editor and enter the following content:
server_name: Your reverse proxy domain name
ssl_certificate: Your domain name certificate PEM
ssl_certificate_key: Your domain name certificate KEY
After saving, the changes take effect by using the command "nginx -s reload
".