refactor: Improve error handling and URL processing in chat functionality

This commit is contained in:
Paul Gauthier 2024-10-31 14:13:36 -07:00 committed by Paul Gauthier (aider)
parent 3fcd79e165
commit 17330e53c3
2 changed files with 13 additions and 8 deletions

View file

@ -42,8 +42,8 @@ def retry_exceptions():
openai.UnprocessableEntityError,
openai.RateLimitError,
openai.APIConnectionError,
openai.APIError,
openai.APIStatusError,
# openai.APIError,
# openai.APIStatusError,
openai.InternalServerError,
)