Build a platform to let you breathe smoothly-ChatGPT

Table of contents

You may encounter when using ChatGPT

1. Please stand by while we check your browser...

2. Access is denied. Sorry, you have been blocked

3. ChatGPT is currently operating at full capacity

4. This content may violate our content policy.

5. Something went wrong.

6. Jumping words are slow, stuttering and not smooth, and those who don’t know even want to change computers. pain!

Easy to use

For detailed items, please see

Experience address


You may encounter when using ChatGPT

1. Please stand by while we check your browser...

Come here every now and then, sometimes it doesn't move or the human-machine verification fails. pain!

2. Access is denied. Sorry, you have been blocked

The classic problem is that you can only find available VPNs everywhere, which is time-consuming, laborious, and expensive. Mobile access is more difficult. pain!

3. ChatGPT is currently operating at full capacity

The system load is high, and prostitution users are not allowed to use it. pain!

4. This content may violate our content policy.

Moral review, if it is triggered a few times, the title may be blocked. pain! ! !

5. Something went wrong.

While eating hot pot and singing, suddenly something went wrong. pain!

6. Jumping words are slow, stuttering and not smooth, and those who don’t know even want to change computers. pain!

Easy to use

First make sure you have installed Python 3.8 or higher;

Install Dependencies: Install required dependencies. Choose the appropriate option according to your needs, such as supporting different modes (turbo, cloud) and APIs:

a. Install basic mode:

pip install pandora-chatgpt

b. If you need to support gpt-3.5-turbo mode:

pip install 'pandora-chatgpt[api]'

c. If you want to enable cloud mode:

pip install 'pandora-chatgpt[cloud]'

Running Pandora: Once the installation is complete, you can run Pandora:

a. In basic mode:

pandora

b. In support of gpt-3.5-turbo mode:

pandora

c. In cloud enabled mode:

pandora-cloud

Other installation methods: If you want to run via Docker, you can use the following command:

a. From Docker Hub run:

docker pull pengzhile/pandora
docker run -it --rm pengzhile/pandora

b. Docker compile and run:

docker build -t pandora .
docker run -it --rm pandora

For detailed items, please see

GitHub - pengzhile/pandora: Pandora, a ChatGPT that lets you breathe easier. Pandora, a ChatGPT that helps you breathe smoothly.

Experience address

https://chat.zhile.io/https://chat.zhile.io/

Guess you like

Origin blog.csdn.net/m0_67906358/article/details/132470463