Package ai.picovoice.picollm
Interface PicoLLMStreamCallback
public interface PicoLLMStreamCallback
Interface for receiving streaming result callbacks picoLLM's `.generate()` method.
-
Method Summary
-
Method Details
-
callback
Callback method invoked when a token has been generated by picoLLM.- Parameters:
token- The generated token.
-