Reply by k3kalinix | 2024-11-05 11:41:48
Hmm, you might break something, then I can’t help. Please create a new project and check if the error still occurs.
Reply by wklr1 | 2024-11-05 11:44:05
Okay,
Then I will create a new project and try again without modifying the code related to Convai
Additionally, I checked before the code modification, but I don’t think the LTM function is working properly. NPC doesn’t remember what I said before at all.
Reply by k3kalinix | 2024-11-05 11:41:48
Hmm, you might break something, then I can’t help. Please create a new project and check if the error still occurs.
Reply by wklr1 | 2024-11-05 12:12:28
I don’t know the reason for the attempt, but I didn’t see it functioning normally after the build until I deactivated the LTM. There’s no problem with the code I modified, and I didn’t even fix the LTM part or the part I think it interacts with NPC. Even though I created the SpeakerID after the build, it seems to be a problem because it can’t be retrieved from the Convai API or it’s not actually created.
Am I the only one experiencing this phenomenon right now?
Reply by k3kalinix | 2024-11-05 12:23:46
I’m testing again, I don’t see this problem.
Reply by wklr1 | 2024-11-06 22:59:08
I don’t know what the problem is, but it was solved only after I released the SpeakerID part that is in Read-Only state.
Anyway, I decided to think it was better because I could know more about Convai in relation to it
There seems to be a problem that SpeakerID cannot be created in the built environment. If you build with LTM enabled, you must clear the Read-Only code and put the Speaker ID in the SO. Am I using LTM component incorrectly?
Do I have to disable LTM when I build it?