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:
parent
15e03282bb
commit
d9c4accaff
3 changed files with 67 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue