diff --git a/wwwroot/show_llms.ui b/wwwroot/show_llms.ui index fbd78a1..49d46de 100644 --- a/wwwroot/show_llms.ui +++ b/wwwroot/show_llms.ui @@ -43,7 +43,7 @@ { "widgettype":"Text", "options":{ - "text":"{{llm.description}}", + "text":{{json.dumps(llm.description, ensure_ascii=False)}}, "wrap":true, "halign":"left" }