add workflow 泰克产品相关性分析,dev
This commit is contained in:
parent
407c29b2be
commit
243bef3d93
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue