fix(ai): tune PixelRAG VLM preflight defaults

This commit is contained in:
ogt
2026-07-10 00:45:56 +08:00
parent 9c7eb6f895
commit c491723961
7 changed files with 17 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ def main() -> int:
parser.add_argument(
"--route-generate-probe-timeout",
type=int,
default=8,
default=20,
help="execute 前 /api/generate preflight timeout 秒數。",
)
args = parser.parse_args()