Skip to content

Commit

Permalink
fix: setting max_retries to 0 async
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Jul 19, 2024
1 parent 4bf24f3 commit 7590367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portkey_ai/api_resources/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def __init__(
base_url=self.base_url,
default_headers=self.allHeaders,
http_client=http_client,
max_retries=0,
)

self.completions = apis.AsyncCompletion(self)
Expand Down

0 comments on commit 7590367

Please sign in to comment.