runtime error
Exit code: 1. Reason: al_function(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/litellm/main.py", line 2583, in completion raise exception_type( ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/litellm/utils.py", line 7470, in exception_type raise e File "/usr/local/lib/python3.11/site-packages/litellm/utils.py", line 7434, in exception_type raise APIConnectionError( litellm.exceptions.APIConnectionError: litellm.APIConnectionError: {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"}} Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/litellm/main.py", line 1401, in completion response = anthropic_chat_completions.completion( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/litellm/llms/anthropic.py", line 671, in completion raise AnthropicError( litellm.llms.anthropic.AnthropicError: {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"}} The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 226, in <module> check_models(supported_models) File "/home/user/app/model.py", line 177, in check_models raise RuntimeError(f"Model {model.name} is not available: {e}") from e RuntimeError: Model claude-3-5-sonnet-20241022 is not available: litellm.APIConnectionError: {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"}} Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/litellm/main.py", line 1401, in completion response = anthropic_chat_completions.completion( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/litellm/llms/anthropic.py", line 671, in completion raise AnthropicError( litellm.llms.anthropic.AnthropicError: {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"}}
Container logs:
Fetching error logs...