Skip to content

Commit 5b825e3

Browse files
authored
Update models.py
1 parent 3a592a4 commit 5b825e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_tuned_model(
112112
113113
```
114114
import pprint
115-
model = genai.get_tuned_model('tunedModels/gemini-1.5-flash-002')
115+
model = genai.get_tuned_model('tunedModels/gemini-1.5-flash')
116116
pprint.pprint(model)
117117
```
118118

0 commit comments

Comments
 (0)