1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | Traceback (most recent call last): File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/discord/app_commands/commands.py", line 842, in _do_call return await self._callback(interaction, **params) # type: ignore File "main.py", line 33, in chat receive = chatgpt.get_response(user_id, message) File "/home/runner/ChatGPT-Discord-Bot/src/chatgpt.py", line 12, in get_response response = self.model.chat_completion(self.memory.get(user_id)) File "/home/runner/ChatGPT-Discord-Bot/src/models.py", line 20, in chat_completion response = openai.ChatCompletion.create( File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/openai/api_resources/chat_completion.py", line 25, in create return super().create(*args, **kwargs) File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/openai/api_resources/abstract/engine_api_resource.py", line 153, in create response, _, api_key = requestor.request( File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/openai/api_requestor.py", line 230, in request resp, got_stream = self._interpret_response(result, stream) File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/openai/api_requestor.py", line 624, in _interpret_response self._interpret_response_line( File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/openai/api_requestor.py", line 687, in _interpret_response_line raise self.handle_error_response( openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/discord/app_commands/tree.py", line 1248, in _call await command._invoke_with_namespace(interaction, namespace) File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace return await self._do_call(interaction, transformed_values) File "/home/runner/ChatGPT-Discord-Bot/venv/lib/python3.10/site-packages/discord/app_commands/commands.py", line 860, in _do_call raise CommandInvokeError(self, e) from e discord.app_commands.errors.CommandInvokeError: Command 'chat' raised an exception: RateLimitError: You exceeded your current quota, please check your plan and billing details. |
Direct link: https://paste.plurk.com/show/GquQrmhKJTQw3xgjFELf