from ..common_utils import VertexAIError, get_vertex_base_model_name
add
This commit is contained in:
parent
c0a083ff61
commit
8a9c9af55f
@ -22,7 +22,7 @@ import httpx # type: ignore
|
||||
|
||||
from litellm.utils import ModelResponse
|
||||
|
||||
from ..common_utils import VertexAIError
|
||||
from ..common_utils import VertexAIError, get_vertex_base_model_name
|
||||
from ..vertex_llm_base import VertexBase
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@ class VertexAIModelGardenModels(VertexBase):
|
||||
message="""Upgrade vertex ai. Run `pip install "google-cloud-aiplatform>=1.38"`""",
|
||||
)
|
||||
try:
|
||||
model = model.replace("openai/", "")
|
||||
model = get_vertex_base_model_name(model=model)
|
||||
vertex_httpx_logic = VertexLLM()
|
||||
|
||||
access_token, project_id = vertex_httpx_logic._ensure_access_token(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user