This commit is contained in:
2026-02-11 19:06:38 -08:00
parent 1d0de1118b
commit ba623cb992
20 changed files with 848 additions and 247 deletions

View File

@@ -1222,7 +1222,7 @@ class HIFI(Provider):
from API.httpx_shared import get_shared_httpx_client
timeout_val = float(getattr(self, "api_timeout", 10.0))
client = get_shared_httpx_client(timeout=timeout_val)
client = get_shared_httpx_client()
resp = client.get(resolved_text, timeout=timeout_val)
resp.raise_for_status()
content = resp.content