From d74130914c58df9ddeb7ffb536d2ec8780a083e4 Mon Sep 17 00:00:00 2001 From: liuyuanchuang Date: Thu, 26 Feb 2026 17:01:23 +0800 Subject: [PATCH] feat: use padding mode --- app/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index a31e309..a5391a7 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -45,7 +45,7 @@ class Settings(BaseSettings): return f"http://{self.base_host}:8002/v1" # padding ratio - is_padding: bool = False + is_padding: bool = True padding_ratio: float = 0.1 # Model Paths