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 "openai.py", line 854, in completion
raise e
File "openai.py", line 805, in completion
return convert_to_model_response_object(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "convert_dict_to_response.py", line 289, in convert_to_model_response_object
raise raised_exception
Exception
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 2168, in completion
response = openai_chat_completions.completion(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "openai.py", line 864, in completion
raise OpenAIError(
litellm.llms.OpenAI.openai.OpenAIError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "aider", line 8, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 827, in main
coder.run()
File "base_coder.py", line 738, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 781, in run_one
list(self.send_message(message))
File "base_coder.py", line 1278, in send_message
saved_message = self.auto_commit(edited)
^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1979, in auto_commit
res = self.repo.commit(fnames=edited, context=context, aider_edits=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 110, in commit
commit_message = self.get_commit_message(diffs, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 195, in get_commit_message
commit_message = simple_send_with_retries(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "sendchat.py", line 118, in simple_send_with_retries
_hash, response = send_completion(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "sendchat.py", line 98, in send_completion
res = litellm.completion(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "utils.py", line 1013, in wrapper
raise e
File "utils.py", line 903, in wrapper
result = original_function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "main.py", line 2999, in completion
raise exception_type(
^^^^^^^^^^^^^^^
File "exception_mapping_utils.py", line 2116, in exception_type
raise e
File "exception_mapping_utils.py", line 2049, in exception_type
raise APIError(
litellm.exceptions.APIError: litellm.APIError: APIError: OpenrouterException -
Version and model info
No response
The text was updated successfully, but these errors were encountered:
Issue
Aider version: 0.62.1.dev18+gc71a92ac
Python version: 3.11.5
Platform: macOS-10.16-x86_64-i386-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.0.0 (64bit)
Git version: git version 2.47.0
An uncaught exception occurred:
Version and model info
No response
The text was updated successfully, but these errors were encountered: