fix(ai): tune PixelRAG VLM preflight defaults
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user