mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
unnecessary check
This commit is contained in:
parent
17b66684f1
commit
b185893d65
1 changed files with 0 additions and 3 deletions
|
|
@ -251,9 +251,6 @@ async def _get_vertex_ai_batch_output_with_custom_id(
|
|||
if batch.output_file_id is None:
|
||||
raise ValueError("Output file id is None cannot retrieve file content")
|
||||
|
||||
if batch.input_file_id is None:
|
||||
raise ValueError("Input file id is None cannot map vertex batch outputs")
|
||||
|
||||
credentials = _extract_file_access_credentials(litellm_params)
|
||||
|
||||
output_content = await afile_content(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue