Skip to content

Commit

Permalink
Fix sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
henchaves committed Nov 21, 2024
1 parent 3d33028 commit a571312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion giskard/llm/client/litellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a571312

Please sign in to comment.