feat(phase-06): complete Hermes Agent windows fixes & deployment
This commit is contained in:
@@ -331,7 +331,7 @@ async def proxy(request: Request, path: str):
|
||||
if k.lower() not in ("host", "content-length", "transfer-encoding"):
|
||||
fwd_headers[k] = v
|
||||
|
||||
client = httpx.AsyncClient(timeout=600.0)
|
||||
client = httpx.AsyncClient(timeout=7200.0) # 2h — dense models may need extended time
|
||||
try:
|
||||
req = client.build_request(
|
||||
method=request.method,
|
||||
|
||||
Reference in New Issue
Block a user