You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "aider", line 8, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 1064, in main
coder.run()
File "base_coder.py", line 832, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 879, in run_one
list(self.send_message(message))
File "base_coder.py", line 1304, in send_message
litellm_ex = LiteLLMExceptions()
^^^^^^^^^^^^^^^^^^^
File "exceptions.py", line 58, in __init__
self._load()
File "exceptions.py", line 69, in _load
ex = getattr(litellm, var)
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'litellm' has no attribute 'AzureOpenAIError'. Did you mean: 'OpenAIError'?
The text was updated successfully, but these errors were encountered:
Aider version: 0.74.2
Python version: 3.12.3
Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.8.0-52-generic (64bit)
Git version: git version 2.43.0
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: