Skip to content

Commit da36c95

Browse files
committed
Add LiteLLM BadGateway Error to Exceptions List
1 parent 4656ea5 commit da36c95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

aider/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class ExInfo:
2020
"The API provider is not able to authenticate you. Check your API key.",
2121
),
2222
ExInfo("AzureOpenAIError", True, None),
23+
ExInfo("BadGatewayError", False, None),
2324
ExInfo("BadRequestError", False, None),
2425
ExInfo("BudgetExceededError", True, None),
2526
ExInfo(

0 commit comments

Comments
 (0)