services.tabbyapi.settings.memory.sysmem_multimodal_cache

NixOS option

Size of the image embedding cache in system memory, in MB. Encoded images are kept so repeated turns of a conversation don’t re-run the vision model. Images already in use by a request are never evicted; a context whose images exceed the budget is cached only partially, with a warning. Only applies when vision is enabled.

type: unsigned integer, meaning >=0
Default
1024
Example
4096
declared in: nixos/modules/services/web-apps/tabbyapi.nixView source on NixOS/nixpkgs →