mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
refactor: Improve error handling and URL processing in chat functionality
This commit is contained in:
parent
3fcd79e165
commit
17330e53c3
2 changed files with 13 additions and 8 deletions
|
@ -42,8 +42,8 @@ def retry_exceptions():
|
|||
openai.UnprocessableEntityError,
|
||||
openai.RateLimitError,
|
||||
openai.APIConnectionError,
|
||||
openai.APIError,
|
||||
openai.APIStatusError,
|
||||
# openai.APIError,
|
||||
# openai.APIStatusError,
|
||||
openai.InternalServerError,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue