Closed Vando7 closed 1 year ago
Hi there, due to token limitations it's not recommended to have conversations in gpt api key method. I heard enough feedback to not make it default since conversational history requires a linearly increasing token count for followup questions. After 2 questions you most likely fill up your allowed max tokens with it.
The recommended way to utilize conversations is using chatgpt/autologin method.
I see, makes sense.
Not sure if this is a limitation on OpenAI's part, but asking followup questions does not work when I am logged in with an API key.