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