Interface: LLMProps
Defined in: types/llm.ts:123
Properties for initializing and configuring a Large Language Model (LLM) instance.
Properties
model
model:
LLMModel
Defined in: types/llm.ts:124
preventLoad?
optionalpreventLoad:boolean
Defined in: types/llm.ts:128
Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.