Multi modal
Bases: QueryComponent
Base LLM component.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
multi_modal_llm
|
MultiModalLLM
|
LLM |
required |
streaming
|
bool
|
Streaming mode |
False
|
Source code in llama-index-core/llama_index/core/multi_modal_llms/base.py
187 188 189 190 191 192 193 194 195 |
|
set_callback_manager #
set_callback_manager(callback_manager: Any) -> None
Set callback manager.
Source code in llama-index-core/llama_index/core/multi_modal_llms/base.py
194 195 |
|