Skip to content

Commit

Permalink
fix: setting max_retries to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Jul 19, 2024
1 parent c949591 commit 4bf24f3
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 @@ -103,6 +103,7 @@ def __init__(
base_url=self.base_url,
default_headers=self.allHeaders,
http_client=http_client,
max_retries=0,
)

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

0 comments on commit 4bf24f3

Please sign in to comment.