fix(ai): tune PixelRAG VLM preflight defaults
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-10 00:45:56 +08:00
parent df87c0f87e
commit 5865fa0066
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()