We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a107b3f commit 73bf60dCopy full SHA for 73bf60d
src/helm/proxy/clients/http_model_client.py
@@ -28,7 +28,7 @@ def __init__(
28
self,
29
cache_config: CacheConfig,
30
base_url: str = "http://localhost:8080",
31
- timeout: int = 10,
+ timeout: int = 300,
32
do_cache: bool = False,
33
):
34
self.cache: Optional[Cache] = Cache(cache_config) if do_cache else None
0 commit comments