HHhne / PROX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT Proxy Server

Note: The configuration file is not shared in this repository.

To run the proxy server using Docker, you can use the following command:

make run-docker

Alternatively, you can run the following command to start the Docker container manually:

docker run -itd --name chatgpt-proxy-v2 -p 10101:10101 acheong08/chatgpt-proxy-v2

This will start the container in detached mode with the name chatgpt-proxy-v2 and map port 10101 on the host to port 10101 in the container.

Once the container is running, you can send requests to the proxy server at http://localhost:10101.

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 94.5%Language:Dockerfile 3.1%Language:Makefile 2.4%