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
183 184 185 186 187 188 189 190 191 |
|
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
190 191 |
|