mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-30 05:47:54 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -209,7 +209,8 @@ class OpenAIBatchClient:
|
||||
|
||||
if batch_info["status"] != BatchStatus.COMPLETED:
|
||||
raise BatchError(
|
||||
f"Batch {batch_id} is not completed. Current status: {batch_info['status']}",
|
||||
f"Batch {batch_id} is not completed. "
|
||||
f"Current status: {batch_info['status']}",
|
||||
batch_id=batch_id,
|
||||
status=batch_info["status"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user