Type Alias: LLMModel
LLMModel =
object
Defined in: extensions/llm/tasks/llmChatSession.ts:33
Model configuration required to instantiate an LLM chat session.
Properties
modalities?
readonlyoptionalmodalities: readonlyModality[]
Defined in: extensions/llm/tasks/llmChatSession.ts:41
Supported input non-text modalities (e.g. ['image']).
modelPath
readonlymodelPath:string
Defined in: extensions/llm/tasks/llmChatSession.ts:35
Local path or remote URL of the .pte model file.
preprocessorConfig?
readonlyoptionalpreprocessorConfig:LLMMediaPreprocessorConfig
Defined in: extensions/llm/tasks/llmChatSession.ts:43
Media preprocessor configuration.
tokenizerConfigPath
readonlytokenizerConfigPath:string
Defined in: extensions/llm/tasks/llmChatSession.ts:39
Local path or remote URL of the tokenizer_config.json file.
tokenizerPath
readonlytokenizerPath:string
Defined in: extensions/llm/tasks/llmChatSession.ts:37
Local path or remote URL of the tokenizer.json file.