Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:49:44 +00:00
parent fd67824070
commit d9724b095a

View File

@@ -504,5 +504,3 @@ def create_batch_request(
"url": "/v1/chat/completions",
"body": {"model": model, "messages": openai_messages, **kwargs},
}