#Hi I have used the API for GPT3 with the
9 messages · Page 1 of 1 (latest)
Hey!
To make it remember history, you need to send the history in your app along with the new message
Hi! Oh I see, so the input should be "previous message(s)" + "new message"?
Is this how the web playground also operate?
yes
gotcha; thanks!
send it as one long string
got it
A tip here is limit it, working with history uses tokens quickly as your message history increases
Indeed, I will limit the number of characters otherwise it will get very expensive