aiwaves-cn / RecurrentGPT

Official Code for Paper: RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text
GNU General Public License v3.0
954 stars 155 forks source link

Encountering cookie error during local deployment with third-party ChatGPT library and latest code #21

Open zjprie094 opened 1 year ago

zjprie094 commented 1 year ago

I am having trouble deploying RecurrentGPT locally and encountering a cookie error when using a third-party ChatGPT library for continuous generation. I am using the latest code and I am not sure if the official API endpoint has this issue. However, I believe this issue is not related to the API endpoint, as I am occasionally able to continue generating text. Can someone please help me with this issue?

Thank you.