What's conversation_id and parent_message_id usage #98
Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
Sorry to be of little help as I don't even understand how to implement it as I would like to know this answer and it just says Developer and lists a snippet of code, I'm obviously not smart enough to understand the basics to do a lot of this stuff yet. How do you specify which conversation is taking place? I only see what is in RevchatGPT.py on my copy but that doesn't look the same as what is posted in the wiki, also if maintaining multiple conversations do you just modify the value each time you have a session and must be loaded beforehand? Are you modifying ai_chat.py (I dont have this file anywhere, maybe my version is needing to be upgraded), or just the revchatgpt.py? Sorry again to be of little assistance, I wish I could help more |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
You have to implement it yourself by caching the parent_id and conversation_id and then setting chatbot.parent_id and chatbot.conversation_id to your cached values |
Beta Was this translation helpful? Give feedback.
-
if i want to continue my talk to chatGPT, what shuold i do
Beta Was this translation helpful? Give feedback.
All reactions