mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix: fix imports
This commit is contained in:
parent
4868a6cf55
commit
5aad9d2db7
4 changed files with 15 additions and 5 deletions
|
@ -4131,7 +4131,9 @@ def get_api_base(
|
|||
_optional_params.vertex_location is not None
|
||||
and _optional_params.vertex_project is not None
|
||||
):
|
||||
from litellm.llms.vertex_ai_anthropic import create_vertex_anthropic_url
|
||||
from litellm.llms.vertex_ai_and_google_ai_studio.vertex_ai_anthropic import (
|
||||
create_vertex_anthropic_url,
|
||||
)
|
||||
|
||||
if "claude" in model:
|
||||
_api_base = create_vertex_anthropic_url(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue