add workflow 泰克产品相关性分析,dev

This commit is contained in:
root 2025-11-19 11:03:09 +08:00
parent 407c29b2be
commit 243bef3d93
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class APIClient:
payload = json.dumps({
"inputs": inputs,
"query": query,
"response_mode": "blocking",
"response_mode": "streaming",
"user": "admin"
})
@ -45,7 +45,7 @@ class APIClient:
self.api_url,
headers=self.headers,
data=payload,
timeout=1200
timeout=2400
)
response.raise_for_status()