mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Code Quality Improvement - use vertex_ai/
as folder name for vertexAI (#7166)
* fix rename vertex ai * run ci/cd again
This commit is contained in:
parent
26918487d6
commit
e09d3761d8
47 changed files with 58 additions and 58 deletions
|
@ -13,7 +13,7 @@ from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLogging
|
|||
from litellm.llms.anthropic.chat.handler import (
|
||||
ModelResponseIterator as AnthropicIterator,
|
||||
)
|
||||
from litellm.llms.vertex_ai_and_google_ai_studio.gemini.vertex_and_google_ai_studio_gemini import (
|
||||
from litellm.llms.vertex_ai.gemini.vertex_and_google_ai_studio_gemini import (
|
||||
ModelResponseIterator as VertexAIIterator,
|
||||
)
|
||||
from litellm.proxy._types import PassThroughEndpointLoggingResultValues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue