Fix Linting errors

This commit is contained in:
NeelM0906
2025-10-09 16:52:22 -04:00
parent 9f44e89de7
commit f6d1fb98ac
5 changed files with 15 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ def batch_eval(query_file, result1_file, result2_file, output_file_path):
"""
request_data = {
"custom_id": f"request-{i+1}",
"custom_id": f"request-{i + 1}",
"method": "POST",
"url": "/v1/chat/completions",
"body": {