Function: useLLM()
useLLM(
model):LLMType
Defined in: packages/react-native-executorch/src/hooks/natural_language_processing/useLLM.ts:19
React hook for managing a Large Language Model (LLM) instance.
Parameters
model
Object containing model, tokenizer, and tokenizer config sources.
Returns
An object implementing the LLMType interface for interacting with the LLM.