Step:1#
Docker Application Installation: https://www.docker.com/#
Step:2#
Enter the following commands in the command line#
First command: docker pull pengzhile/pandora
Second command: docker run -e PANDORA_CLOUD=cloud -e PANDORA_SERVER=0.0.0.0:8899 -p 8899:8899 -d pengzhile/pandora
Step:3#
After completion, the Docker interface will display as follows#
Click on the port to open the local ChatGPT webpage#
Or enter the URL in the browser: http://localhost:8899/#
Step:4#
Login: 1. Optional login with username and password 2. Login with access token#
Here, we will only discuss the second login method (lasts for about 15 days)#
1. First, log in to the web version of ChatGPT: https://chat.openai.com/
The login is considered complete only when the conversation interface appears (as shown below)
2. Go to the following URL to get the Token: http://chat.openai.com/api/auth/session
The Token is the part after accessToken in double quotes (as shown below)
Enter the Token into the box below to complete the login
After logging in, you can use GPT without the need for Magic Internet