Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:43:59 +00:00
parent a91ee1ca0f
commit 2faefcdc03

View File

@@ -2289,7 +2289,8 @@ class BaseChatOpenAI(BaseChatModel):
This method provides two processing modes:
1. Standard mode (use_batch_api=False): Uses parallel invoke for
immediate results
2. Batch API mode (use_batch_api=True): Uses OpenAI's Batch API for 50% cost savings
2. Batch API mode (use_batch_api=True): Uses OpenAI's Batch API
for 50% cost savings
Args:
inputs: List of inputs to process in batch.