Skip to content

Commit 92280a7

Browse files
authored
Update tuned_models.py
1 parent 950a666 commit 92280a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tuned_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_tuned_models_generate_content(self):
7777
model = genai.GenerativeModel(model_name="tunedModels/my-increment-model")
7878
result = model.generate_content("III")
7979
print(result.text) # "IV"
80-
# [END tuned_models_create]
80+
# [END tuned_models_generate_content]
8181

8282
def test_tuned_models_get(self):
8383
# [START tuned_models_get]

0 commit comments

Comments
 (0)