mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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
|
@ -22,7 +22,7 @@ import litellm
|
|||
from litellm import client
|
||||
from litellm.llms.azure.azure import AzureBatchesAPI
|
||||
from litellm.llms.openai.openai import OpenAIBatchesAPI
|
||||
from litellm.llms.vertex_ai_and_google_ai_studio.batches.handler import (
|
||||
from litellm.llms.vertex_ai.batches.handler import (
|
||||
VertexAIBatchPrediction,
|
||||
)
|
||||
from litellm.secret_managers.main import get_secret, get_secret_str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue