fix(UI): use https when calling the api (#139)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-04-19 17:35:54 +02:00
committed by GitHub
parent 525a43ff6f
commit 57f9073bc0
3 changed files with 47 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ class DoclingServeSettings(BaseSettings):
)
enable_ui: bool = False
api_host: str = "localhost"
artifacts_path: Optional[Path] = None
static_path: Optional[Path] = None
options_cache_size: int = 2