diff --git a/ai_eval.py b/ai_eval.py index 8380dfe..9f134c2 100644 --- a/ai_eval.py +++ b/ai_eval.py @@ -542,7 +542,6 @@ Do not include any text before or after the JSON object.""" print(f"\nERROR: Failed to parse response - {e}") print("\nRAW API RESPONSE:") print("="*80) - import json print(json.dumps(response, indent=2)) print("="*80)