Original Discord Post by kyu.168 | 2024-09-20 03:35:16
When talking to an AI character across different simulations over the last 4-5 days, we’ve encountered a delay before the character responds. Sometimes it takes up to three messages before the AI responds back. Is this latency part of the API (e.g. hierarchy of traffic) or is this a bug?
This happens on my project too. Seems maybe something related to setting the first session id. At this point im just resigned to it as part of working with convai. I tried pre-rolling conversations before the chat starts but that just created whole other problems so i gave up.
Reply by k3kalinix | 2024-10-07 22:49:01
<@191760948002947073> you can try to Initialize Session ID when the game starts.
Reply by nazbee | 2024-10-07 23:04:58
I tried that yeah. It works fine for 1 conversation i guess but I have a special case where i need to setup multiple conversations and it creates other issues, ends up not initializing them correctly or something. So i just stop pre-rolling the conversations and let the first message take longer. Least bad result