mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +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
b5d55688e5
commit
21003c4337
47 changed files with 58 additions and 58 deletions
|
@ -20,7 +20,7 @@ from test_gcs_bucket import load_vertex_ai_credentials
|
|||
|
||||
from litellm import create_fine_tuning_job
|
||||
from litellm._logging import verbose_logger
|
||||
from litellm.llms.vertex_ai_and_google_ai_studio.fine_tuning.handler import (
|
||||
from litellm.llms.vertex_ai.fine_tuning.handler import (
|
||||
FineTuningJobCreate,
|
||||
VertexFineTuningAPI,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue