useLLM<
C>(props):LLMTypeMultimodal<C>
Defined in: hooks/natural_language_processing/useLLM.ts:20
React hook for managing a Large Language Model (LLM) instance.
C extends readonly "vision"[]
LLMProps & object
Object containing model, tokenizer, and tokenizer config sources.
An object implementing the LLMTypeMultimodal interface when model.capabilities is provided, otherwise LLMType.
useLLM(
props):LLMType
Defined in: hooks/natural_language_processing/useLLM.ts:23
React hook for managing a Large Language Model (LLM) instance.
Object containing model, tokenizer, and tokenizer config sources.
An object implementing the LLMTypeMultimodal interface when model.capabilities is provided, otherwise LLMType.