We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Traceback (most recent call last): File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/ init py", line 174, in execute blender_code = generate_blender_code(context.scene.gpt4_chat input, context.scene.gt4 chat history, context, system_prompt) File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/utilities.py", line 51, in generate blender code response = openai. ChatCompletion. create( File "/Users/mannediaz/Library/Application Support/Blend <img width="990" alt="Screenshot 2023-06-09 at 17 36 27" src="https://github.com/gd3kr/BlenderGPT/assets/10931032/48f918f1-1570-4fe0-8 403-6380f11411cd"> er/3.5/scripts/addons/BlenderGPT-main/lib/openai/api_resources/chat_completion.py", line 25, in create return super).create(*args, **kwargs) File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api resources/abstract/engine api resource.py", line 153, in create response, _, api key = requestor. request File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api requestor. py", line 226, in request resp, got stream = self. interpret response(result, stream) File "Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api_requestor.y", line 619, in interpret response self. interpret response line File "Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api_requestor.py", line 682, 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 text was updated successfully, but these errors were encountered:
Please refer to this: #57
Sorry, something went wrong.
No branches or pull requests
Python: Traceback (most recent call last):
File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/ init py", line 174, in execute
blender_code = generate_blender_code(context.scene.gpt4_chat input, context.scene.gt4 chat history, context, system_prompt)
File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/utilities.py", line 51, in generate blender code
response = openai. ChatCompletion. create(
File "/Users/mannediaz/Library/Application Support/Blend
<img width="990" alt="Screenshot 2023-06-09 at 17 36 27" src="https://github.com/gd3kr/BlenderGPT/assets/10931032/48f918f1-1570-4fe0-8
403-6380f11411cd">
er/3.5/scripts/addons/BlenderGPT-main/lib/openai/api_resources/chat_completion.py", line 25, in create return super).create(*args, **kwargs)
File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api resources/abstract/engine api resource.py", line 153, in create response,
_, api key = requestor. request
File "/Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api requestor. py", line 226, in request
resp, got stream = self. interpret response(result, stream)
File "Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api_requestor.y", line 619, in interpret response self. interpret response line
File "Users/mannediaz/Library/Application Support/Blender/3.5/scripts/addons/BlenderGPT-main/lib/openai/api_requestor.py", line 682, 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 text was updated successfully, but these errors were encountered: