This commit is contained in:
2026-01-29 02:22:48 +03:00
parent 9aa99352fe
commit 107530a4b1
7 changed files with 209 additions and 145 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from argenta import App, Orchestrator
from .handlers import router
app = App(initial_message="metrics")
app = App(initial_message="metrics", override_system_messages=False)
orchestrator = Orchestrator()