#Conversations

3 messages · Page 1 of 1 (latest)

half bloom
#

The web app is able to keep track of a conversation, how am I about t replicate this using the api?

charred portal
#

You’ll need to program this functionality yourself. You need to concatenate the user prompt and the GPT response continuously as the conversation happens, the prompt should grow linearly in size with the amount of conversation items

#

you’ll eventually hit the 4096 token limit