LiteRtLmModel
class LiteRtLmModel
A Model implementation that uses the LiteRT-LM runtime to generate content.
Parameters
engine
The Engine to use for generation.
ownsEngine
Whether this model owns the engine and should close it when closed.
name
The name of the model.
Properties
Functions
Link copied to clipboard
open fun generateContent(request: <Error class: unknown class>, stream: Boolean): Flow<<Error class: unknown class>>