Jan Kaniewski
Jan Kaniewski
platform?
are you emitting it via `blu_event`? check if you're stringifying before emitting or not, there's a particular way to emit correctly (see examples)
See https://github.com/getnamo/BLUI-Unreal/issues/69 and https://github.com/getnamo/BLUI-Unreal/issues/81
master branch should work for 5.4 pull if you need support now, waiting a bit before making a release (maybe next week)
https://github.com/ncsoft/Unreal.js-core/tree/73847bf33ebe4bc7b5019605bf522b9585402287 that commit seems to be the last 4.27 version one.
Make sure to enable should auto open receive on the component https://github.com/getnamo/UDP-Unreal/blob/main/Source/UDPWrapper/Public/UDPComponent.h#L56 and ensure your udp port matches the port you're sending to and it's not bound by another service.
I'm not familiar with how grammar is applied in the c++ world, would need to see example code understand, also check with underlying llama.cpp. I'm guessing something along the line...
Maybe it needs to be applied somehow on each call? Also make sure you're using the common sampler path not the standard one.
Great, got an example of implementing grammar? We could merge the feature if the API is pretty straightforward
Valid workaround if you're not using the opus coder. Note to self: check opus include for 5.4 version