#how to maintain context for different users who are using same GPT completion API at same time

2 messages · Page 1 of 1 (latest)

eternal mica
#

I am using using GPT completion API for my website to make my community interative. How will I maintain context of the conversation for different users who use the same api with same api key and at same time? In documentation there no way is mentained for this.

grave nymph
#

You'll need to store the previous interactions somewhere, and then paste them into the new prompt