PawanOsman / PyGPT

Python implementation of Unofficial ChatGPT Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conversationId doesn't work

XueMeijing opened this issue · comments

HI,
i used your repo for a long time and it works very well , realy appreciate it.

I have a question that i copied an existed conversationId from url https://chat.openai.com/chat/beace48a-4b6d-4cd2-b83c-9cf7d2005ce7 and set it to parmas

answer = await chat_gpt.ask('hello', id='beace48a-4b6d-4cd2-b83c-9cf7d2005ce7')

but in fact it created a new conversation, how to use old conversions?