terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

Responses change with every run #78

Closed jay0x5 closed 1 year ago

jay0x5 commented 1 year ago

Hi i am curious why do the response to the same query changes every time i do it via this api but not if i do it straight from the website?

terry3041 commented 1 year ago

That's an intended behavior, as you will have a different conversation_id every time you init the ChatGPT class.

jay0x5 commented 1 year ago

any way to avoid it?