mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix typing
This commit is contained in:
parent
40430dde10
commit
f194aa3a93
2 changed files with 44 additions and 18 deletions
|
@ -224,7 +224,7 @@ def create_fine_tuning_job(
|
|||
_is_async=_is_async,
|
||||
)
|
||||
elif custom_llm_provider == "vertex_ai":
|
||||
api_base = optional_params.api_base
|
||||
api_base = optional_params.api_base or ""
|
||||
vertex_ai_project = (
|
||||
optional_params.vertex_project
|
||||
or litellm.vertex_project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue