diff --git a/giskard/llm/client/litellm.py b/giskard/llm/client/litellm.py index 063060a893..18295b0160 100644 --- a/giskard/llm/client/litellm.py +++ b/giskard/llm/client/litellm.py @@ -56,7 +56,6 @@ def _parse_json_output( return json.loads(match.group(1), strict=False) except json.JSONDecodeError: logger.debug("String matching didn't fix the format, trying to fix it with the LLM itself.") - pass # Final attempt, let's try to fix the JSON with the LLM itself out = llm_client.complete(