This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
-
Hi @acheong08 firstly a huge thank you for this phenomenal project it's really helped me automate a lot of daily processes with GPT. I have been using to summarise books and would like to:
Your (and anyone's) guidance would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
acheong08
Jan 12, 2023
Replies: 1 comment 4 replies
-
This would break conversations which is the main feature of ChatGPT. I have added some code which allows specifying the sesstion_token when calling ask(). You can cycle sessions in your implementation but that probably won't be part of this library. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
PlutoniaX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would break conversations which is the main feature of ChatGPT. I have added some code which allows specifying the sesstion_token when calling ask(). You can cycle sessions in your implementation but that probably won't be part of this library.