super secret fix

This commit is contained in:
Alex Cheema
2025-10-07 21:45:29 +01:00
parent e3b394046c
commit 2b12808344

View File

@@ -203,7 +203,7 @@ class Args(CamelCaseModel):
api_port: PositiveInt = 8000
tb_only: bool = False
# Chainlit options
with_chainlit: bool = False
with_chainlit: bool = True
chainlit_port: PositiveInt = 8001
chainlit_host: str = "127.0.0.1"