mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
refactor(azure.py): refactor to have client init work across all endpoints
This commit is contained in:
parent
1516240bab
commit
2f262ed9b4
10 changed files with 296 additions and 129 deletions
|
@ -27,6 +27,7 @@ class OpenAIFineTuningAPI:
|
|||
] = None,
|
||||
_is_async: bool = False,
|
||||
api_version: Optional[str] = None,
|
||||
litellm_params: Optional[dict] = None,
|
||||
) -> Optional[
|
||||
Union[
|
||||
OpenAI,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue