#Remember the Data
16 messages · Page 1 of 1 (latest)
You can pass in the conversation history to the prompt
what? 🤔
You type a prompt and get a response
Store the prompt and response
Next time someone sends a prompt you prefix the previous prompt and response
for example
prompt1: Hi
response1: Hello my friend
prmopt2: Hi\nHello my friend
??????
You can create a variable that stores a conversation history and use it in your prompt.
well for example after 50 messages it will take a lot token
wait for chatGPT API, now you need to send in prompt previous conversation and yes its token consuming, so at one moment you wont be able to continue with chat. Hopefully chatgpt api will return some chat ID, so you will be able to call it thru api request and it will have some kind of memory
Since I woke up, I keep getting this on my page! Its so annoying! Even if I try refreshing it! I just recently became a plus member as well yesterday.
"An error ocurred. Try refreshing your browser."
I currently run it on Google Chrome browser.
That's one of the current issues at the moment. But as others suggested, I guess, you could also create a summary of the conversation and include that in your prompt.
even API is broken and totally slow 😦
sometimes its giving respond in 1-3 sec and sometimes it takes 60 sec+
and a lot of errors