Prerequisites
Feature Description
Please allow to inject custom CSS into WebUI at runtime, without rebuilding it.
Motivation
Even slightly customizing llama.cpp webUI (like changing colors) requires cloning the repo, installing node.js packages and rebuilding the Svelte app, then rebuilding llama.cpp. There is no way to easily customize downloaded prebuilt llama.cpp binary.
Possible Implementation
It could be done e.g. by adding customCSS property to the config object passed to --webui-config or --webui-config-file.
Prerequisites
Feature Description
Please allow to inject custom CSS into WebUI at runtime, without rebuilding it.
Motivation
Even slightly customizing llama.cpp webUI (like changing colors) requires cloning the repo, installing node.js packages and rebuilding the Svelte app, then rebuilding llama.cpp. There is no way to easily customize downloaded prebuilt llama.cpp binary.
Possible Implementation
It could be done e.g. by adding
customCSSproperty to the config object passed to--webui-configor--webui-config-file.