mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-28 12:32:02 +00:00
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
410e54648c
commit
c2a33ea2ea
@@ -752,7 +752,7 @@ async def update_batch_in_database(
|
||||
await prisma_client.db.litellm_managedobjecttable.update(
|
||||
where={"unified_object_id": batch_id},
|
||||
data={
|
||||
"status": db_status if db_status != "completed" else "complete",
|
||||
"status": db_status,
|
||||
"file_object": response.model_dump_json(),
|
||||
"updated_at": litellm.utils.get_utc_datetime(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user