runtime error
Exit code: 1. Reason: lient error '400 Bad Request' for url 'https://api.groq.com/openai/v1/chat/completions' For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/litellm/main.py", line 1581, in completion response = groq_chat_completions.completion( File "/usr/local/lib/python3.10/site-packages/litellm/llms/groq/chat/handler.py", line 55, in completion return super().completion( File "/usr/local/lib/python3.10/site-packages/litellm/llms/openai_like/chat/handler.py", line 378, in completion raise OpenAILikeError( litellm.llms.openai_like.common_utils.OpenAILikeError: {"error":{"message":"Organization has been restricted. Please reach out to support if you believe this was in error.","type":"invalid_request_error","code":"organization_restricted"}} During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> response = completion( File "/usr/local/lib/python3.10/site-packages/litellm/utils.py", line 1190, in wrapper raise e File "/usr/local/lib/python3.10/site-packages/litellm/utils.py", line 1068, in wrapper result = original_function(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/litellm/main.py", line 3084, in completion raise exception_type( File "/usr/local/lib/python3.10/site-packages/litellm/litellm_core_utils/exception_mapping_utils.py", line 2202, in exception_type raise e File "/usr/local/lib/python3.10/site-packages/litellm/litellm_core_utils/exception_mapping_utils.py", line 327, in exception_type raise BadRequestError( litellm.exceptions.BadRequestError: litellm.BadRequestError: GroqException - {"error":{"message":"Organization has been restricted. Please reach out to support if you believe this was in error.","type":"invalid_request_error","code":"organization_restricted"}}
Container logs:
Fetching error logs...