diff options
Diffstat (limited to 'gn3/llms')
-rw-r--r-- | gn3/llms/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/llms/client.py b/gn3/llms/client.py index 4858ceb..401355a 100644 --- a/gn3/llms/client.py +++ b/gn3/llms/client.py @@ -48,7 +48,7 @@ class GeneNetworkQAClient(Session): """ def __init__(self, api_key, timeout=30, - total_retries=5, backoff_factor=30): + total_retries=5, backoff_factor=2): super().__init__() self.headers.update( {"Authorization": "Bearer " + api_key}) |