Zai-Kun / reverse-engineered-chatgpt

Unofficial reverse-engineered ChatGPT API in Python
Apache License 2.0
240 stars 31 forks source link

about conversation_id #35

Closed thangckt closed 5 months ago

thangckt commented 5 months ago

Dear @Zai-Kun

When using

conversation = chatgpt.create_new_conversation()

is there any to retrieve the conversation_id of the new created? I want to delete the converstion after using

Thank