You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`REPORT_LANGUAGE`| Report output language: `zh` (default Chinese) / `en` (English); also updates prompt instructions, templates, notification fallbacks, and fixed copy in the Web report view. The bundled `daily_analysis.yml` already maps this variable, so setting it in Actions Secrets/Variables works out of the box | Optional |
119
-
|`REPORT_SHOW_LLM_MODEL`| Whether notification report footers show the LLM model used for analysis. Defaults to `true`; set to `false` to hide runtime model metadata | Optional |
119
+
|`REPORT_SHOW_LLM_MODEL`| Whether notification report footers show the LLM model used for analysis. Defaults to `true`; set to `false` to hide runtime model metadata. This switch only affects presentation and does not change provider/model/Base URL, LiteLLM routing, or runtime model save/migration/cleanup behavior.| Optional |
|`NOTIFICATION_DAILY_DIGEST_ENABLED`| Reserved daily digest flag. The current implementation does not send or persist digests | Optional |
135
135
136
+
> Compatibility note: `REPORT_SHOW_LLM_MODEL` keeps the previous default-visible behavior (`true`) and only changes report footer rendering. It does not alter provider/model/Base URL, LiteLLM routing, or runtime model persistence/migration/cleanup semantics. Rollback is to remove the variable or set it back to `true`.
Copy file name to clipboardExpand all lines: src/core/config_registry.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -957,7 +957,7 @@
957
957
},
958
958
"REPORT_SHOW_LLM_MODEL": {
959
959
"title": "Show LLM Model in Reports",
960
-
"description": "Show the LLM model name in notification report footers. Disable to hide runtime model metadata.",
960
+
"description": "Show the LLM model name in notification report footers. Disable to hide runtime model metadata. This option only affects report rendering and does not change runtime provider/model/Base URL/LiteLLM routing, migration, persistence, or cleanup behavior.",
0 commit comments