Skip to content

Commit

Permalink
Update tuned_models.py (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Jul 8, 2024
1 parent d9a17ea commit ae5f1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/tuned_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_tuned_models_permissions_update(self):
# [END tuned_models_permissions_get]

def test_tuned_models_permission_delete(self):
# [START tuned_models_permissions_create]
# [START tuned_models_permissions_delete]
model_info = genai.get_model("tunedModels/my-increment-model")
# [START_EXCLUDE]
for p in model_info.permissions.list():
Expand All @@ -229,7 +229,7 @@ def test_tuned_models_permission_delete(self):
)

public_permission.delete()
# [END tuned_models_permissions_create]
# [END tuned_models_permissions_delete]


if __name__ == "__main__":
Expand Down

0 comments on commit ae5f1b2

Please sign in to comment.