diff --git a/wwwroot/api/llm_status_update.dspy b/wwwroot/api/llm_status_update.dspy index c3d342c..1c2642c 100644 --- a/wwwroot/api/llm_status_update.dspy +++ b/wwwroot/api/llm_status_update.dspy @@ -20,6 +20,6 @@ return { "widgettype": "Text", "options": { "otext": result['message'], - "i18n": true + "i18n": True } }