#Unreal Engine API ChatGPT Continuity does not work

1 messages · Page 1 of 1 (latest)

kindred saddle
#

Hello!
When I ask a question gpt answers well, but on the second question the answer is not countinueing the first answer.
Basically it forgets what was the first conversation.
It needs to be continueous lik this:
-Hello what’s the weather in Tokyo?
-it answers then comes the other question…
-and what about Paris?
-it should say the weather in Paris.
But my problem is now the answer is not related to the first question.

high stone
#

Unreal engine? 🤷‍♂️
If you use the OpenAI api: no memory. Use embeddings.
If you use ChatGPT: has memory, limited.

kindred saddle
#

thanks for reply I'm using openai plugin with chatgpt model. how to use embeddings?

kindred saddle
#

@high stone is there any way to make a conversation with memory?

#

or at least some kind of real like conversation?

high stone
high stone
#

ChatGPT is the online instance or the mobile app.

#

It’s not a model per se but an application.

tardy star
#

you have to store the response as well

#

this is also one of the pain points of using the api, but it is doing its job well. well other than not sending the usage from streaming prompts