mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test ft response vertex ai
This commit is contained in:
parent
ac6224c2b1
commit
960de8a3d0
1 changed files with 5 additions and 0 deletions
|
@ -202,5 +202,10 @@ async def test_create_vertex_fine_tune_jobs():
|
||||||
vertex_location="us-central1",
|
vertex_location="us-central1",
|
||||||
vertex_credentials=vertex_credentials,
|
vertex_credentials=vertex_credentials,
|
||||||
)
|
)
|
||||||
|
print("vertex ai create fine tuning response=", create_fine_tuning_response)
|
||||||
|
|
||||||
|
assert create_fine_tuning_response.id is not None
|
||||||
|
assert create_fine_tuning_response.model == "gemini-1.0-pro-002"
|
||||||
|
assert create_fine_tuning_response.object == "fine_tuning.job"
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue