Skip to content

Commit

Permalink
black dot
Browse files Browse the repository at this point in the history
  • Loading branch information
k-boikov committed May 13, 2023
1 parent 467dcc6 commit cfbdc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt/llm/llm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def create_chat_completion(
)
warned_user = True
except (APIError, Timeout) as e:
if e.http_status != 502 :
if e.http_status != 502:
raise
if attempt == num_retries - 1:
raise
Expand Down

0 comments on commit cfbdc6c

Please sign in to comment.