acheong08 / ChatGPT

Reverse engineered ChatGPT API
GNU General Public License v2.0
28.03k stars 4.48k forks source link

[Bug]: 多用户同时聊天会出现Bug #1025

Closed Liu-Angelo closed 1 year ago

Liu-Angelo commented 1 year ago

Is there an existing issue for this?

What happened?

code:

image

question:

image

When two user roles appear at the same time, the assistant role does not respond. It should be one user and one assistant and that's fine

Steps to reproduce the problem

code:

image

question:

image

When two user roles appear at the same time, the assistant role does not respond. It should be one user and one assistant and that's fine

What should have happened?

code:

image

question:

image

When two user roles appear at the same time, the assistant role does not respond. It should be one user and one assistant and that's fine

Version where the problem happens

3.10

What Python version are you running this with?

3.10.4

What is your operating system ?

No response

Command Line Arguments

python3 -m revChatGPT.V3 --api_key wertyuiowrqrqrqrqr

Console logs

question:
<img width="1225" alt="image" src="https://user-images.githubusercontent.com/19570026/222914332-af3bf42d-e357-4471-b440-6139046f70b6.png">

When two user roles appear at the same time, the assistant role does not respond. It should be one user and one assistant and that's fine

Additional information

No response

acheong08 commented 1 year ago

Create different conversations for different users. This is expected and from OpenAI