mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
docs default vertex
This commit is contained in:
parent
3a94aac343
commit
e73eb19678
2 changed files with 6 additions and 1 deletions
|
@ -76,6 +76,10 @@ async def execute_post_vertex_ai_request(
|
|||
):
|
||||
from litellm.fine_tuning.main import vertex_fine_tuning_apis_instance
|
||||
|
||||
if default_vertex_config is None:
|
||||
raise ValueError(
|
||||
"Vertex credentials not added on litellm proxy, please add `default_vertex_config` on your config.yaml"
|
||||
)
|
||||
vertex_project = default_vertex_config.get("vertex_project", None)
|
||||
vertex_location = default_vertex_config.get("vertex_location", None)
|
||||
vertex_credentials = default_vertex_config.get("vertex_credentials", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue