server : (webui) rename has_multimodal --> modalities (#13393)

* server : (webui) rename has_multimodal --> modalities

* allow converting SVG to PNG

* less complicated code
This commit is contained in:
Xuan-Son Nguyen
2025-05-09 09:06:37 +02:00
committed by GitHub
parent 15e03282bb
commit d9c4accaff
3 changed files with 67 additions and 5 deletions

View File

@@ -118,6 +118,8 @@ export interface LlamaCppServerProps {
build_info: string;
model_path: string;
n_ctx: number;
has_multimodal: boolean;
modalities?: {
vision: boolean;
};
// TODO: support params
}