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
Aider version: 0.57.0
Python version: 3.11.9
Platform: Linux-6.6.54-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: No
OS: Linux 6.6.54 (64bit)
Git version: git version 2.46.0
An uncaught exception occurred:
Traceback (most recent call last):
File "openai.py", line 907, in completion
raise e
File "openai.py", line 802, in completion
openai_client: OpenAI = self._get_openai_client( # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "openai.py", line 617, in _get_openai_client
_new_client = OpenAI(
^^^^^^^
File "_client.py", line 105, in __init__
raise OpenAIError(
openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 1419, in completion
raise e
File "main.py", line 1392, in completion
response = openai_chat_completions.completion(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "openai.py", line 914, in completion
raise OpenAIError(
litellm.llms.OpenAI.openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".aider-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 709, in main
coder.run()
File "base_coder.py", line 723, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 766, in run_one
list(self.send_message(message))
File "base_coder.py", line 1193, in send_message
saved_message = self.auto_commit(edited)
^^^^^^^^^^^^^^^^^^^^^^^^
File "base_coder.py", line 1874, in auto_commit
res = self.repo.commit(fnames=edited, context=context, aider_edits=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 102, in commit
commit_message = self.get_commit_message(diffs, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "repo.py", line 187, in get_commit_message
commit_message = simple_send_with_retries(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "sendchat.py", line 44, in wrapper
return decorated_func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "_sync.py", line 105, in retry
ret = target(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "sendchat.py", line 107, in simple_send_with_retries
_hash, response = send_completion(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "sendchat.py", line 87, in send_completion
res = litellm.completion(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "utils.py", line 1086, in wrapper
raise e
File "utils.py", line 974, in wrapper
result = original_function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "main.py", line 2847, in completion
raise exception_type(
^^^^^^^^^^^^^^^
File "utils.py", line 8194, in exception_type
raise e
File "utils.py", line 6492, in exception_type
raise AuthenticationError(
litellm.exceptions.AuthenticationError: litellm.AuthenticationError: AuthenticationError: OpenAIException - The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
The text was updated successfully, but these errors were encountered:
Aider version: 0.57.0
Python version: 3.11.9
Platform: Linux-6.6.54-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: No
OS: Linux 6.6.54 (64bit)
Git version: git version 2.46.0
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: