mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
working create_batch
This commit is contained in:
parent
d5dbf084ed
commit
38285e53c3
4 changed files with 28 additions and 12 deletions
|
@ -1604,7 +1604,7 @@ class OpenAIBatchesAPI(BaseLLM):
|
|||
max_retries: Optional[int],
|
||||
organization: Optional[str],
|
||||
client: Optional[OpenAI] = None,
|
||||
):
|
||||
) -> Batch:
|
||||
openai_client: OpenAI = self.get_openai_client(
|
||||
api_key=api_key,
|
||||
api_base=api_base,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue