runtime error

Exit code: 1. Reason: aiku-20240307... Model claude-3-haiku-20240307 is available. Checking model gemini-1.5-pro-001... Model gemini-1.5-pro-001 is available. Checking model mistral-small-2402... Model mistral-small-2402 is available. Checking model mistral-large-2402... Model mistral-large-2402 is available. Checking model llama3-8b-8192... Model llama3-8b-8192 is available. Checking model llama3-70b-8192... Model llama3-70b-8192 is available. Checking model google/gemma-2-9b-it... Traceback (most recent call last): File "/home/user/app/model.py", line 63, in completion parsed_json = json.loads(json_response) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/model.py", line 182, in check_models model.completion( File "/home/user/app/model.py", line 69, in completion raise RuntimeError(f"Failed to get JSON response: {e}") from e RuntimeError: Failed to get JSON response: Expecting value: line 1 column 1 (char 0) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 223, in <module> check_models(supported_models) File "/home/user/app/model.py", line 190, in check_models raise RuntimeError(f"Model {model.name} is not available: {e}") from e RuntimeError: Model google/gemma-2-9b-it is not available: Failed to get JSON response: Expecting value: line 1 column 1 (char 0)

Container logs:

Fetching error logs...