server: remove all internal mentions about "webui" (#24817)

This commit is contained in:
Xuan-Son Nguyen
2026-06-19 22:12:46 +02:00
committed by GitHub
parent fabde3bf51
commit 175147e8f6
7 changed files with 15 additions and 26 deletions

View File

@@ -22,8 +22,7 @@ struct server_context_meta {
bool has_inp_image;
bool has_inp_audio;
bool has_inp_video;
json json_ui_settings; // Primary: new name
json json_webui_settings; // Deprecated: use json_ui_settings instead (kept for backward compat)
json json_ui_settings;
int slot_n_ctx;
enum llama_pooling_type pooling_type;