University of Science and Technology of China ChatGPT Academic Mirror Xiaobai Deployment Tutorial, All People Can Embrace AI

docker...doesn't work...python doesn't work...the server's default python version 3.6 won't be upgraded...agents won't be configured...various commands won't work...

Then the following is the easiest way, just a little bit【Hope it helps?

1. Experience mirror address

Chinese University of Science and Technology Academic Edition ChatGPT Mirror: https://huggingface.co/spaces/cfwef/gpt

Permanent free mirror clone version: https://gpt.yanghanwen.xyz/

Permanent free mirror super simple version: https://j.yanghanwen.xyz/gpt/

If you encounter problems, please communicate in the group.

2. Basic configuration

2.1 config.py file

Step 1: Modify the key:
image
Since it is an overseas server, the agent does not need to be configured.

Step 2: Add a password (my requirement is that the deployed project can be used by several friends, so it is encrypted)
image

2.2 main.py file

Step 3: Modify to True
image

Probably configure these few (I don’t seem to have changed anything else)

3. Download project

I executed the following commands directly under one of my domain names (or under the IP folder)
`
git clone https://github.com/binary-husky/chatgpt_academic.git

cd chatgpt_academic
`

4. Project deployment

Pagoda store installation project manager:
image
After installation, click to open, switch to install 3.9 or above:
image
Add project:
image
After adding, it is as follows:
image
Enable mapping:
image
so that you can directly access my project by IP:
image

The above is my general record. For Xiaobai, there is no need for various commands, just click and install. (I don't know if the steps are clear, it's possible I missed a step, probably).

5. Demonstration

insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/weixin_46211269/article/details/130120636