This commit is contained in:
Anya Ishmukh 2026-08-27 18:09:08 -05:00 committed by GitHub
commit 903abf40cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -231,7 +231,9 @@ async def create_batch(
)
# Create batch using model credentials
_create_batch_data.pop("model", None) # avoid duplicate kwarg if data has model
response = await litellm.acreate_batch(
model=model_from_file_id,
custom_llm_provider=credentials["custom_llm_provider"],
**_create_batch_data,
)