acheong08 / ChatGPT

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

[Bug]: Why I had set the conversation_id variable ,but every time new conversation was still created #1389

Closed lnxknl4 closed 1 year ago

lnxknl4 commented 1 year ago

Is there an existing issue for this?

What happened?

Every chat was created with a new covnerstion

Steps to reproduce the problem

I just set config conversation_id varibel to a fixed number, Just Started it was running normally , Later it running with every chat with new conversation.

What should have happened?

There are someone else have met the same problem, So I can know this is not my config caused.

Version where the problem happens

revChatGPT 5.0.0

What Python version are you running this with?

Python 3.10.10

What is your operating system ?

No response

Command Line Arguments

No

Console logs

I add print the conversation_id varible returned , it was different wiht my setted fixed variable

Additional information

No response

acheong08 commented 1 year ago

https://github.com/acheong08/ChatGPT/releases/tag/5.1.3

d1h1r1 commented 1 year ago

现在可以了吗?我也是设置了conversation_id变量,但每次仍然创建新对话