Skip to content

Commit

Permalink
Update tuned_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jul 11, 2024
1 parent 950a666 commit 92280a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tuned_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_tuned_models_generate_content(self):
model = genai.GenerativeModel(model_name="tunedModels/my-increment-model")
result = model.generate_content("III")
print(result.text) # "IV"
# [END tuned_models_create]
# [END tuned_models_generate_content]

def test_tuned_models_get(self):
# [START tuned_models_get]
Expand Down

0 comments on commit 92280a7

Please sign in to comment.