Package ai.picovoice.picollm
Interface PicoLLMStreamCallback
-
public interface PicoLLMStreamCallbackInterface for receiving streaming result callbacks picoLLM's `.generate()` method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallback(java.lang.String token)Callback method invoked when a token has been generated by picoLLM.
-