Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Oct 15, 2024
1 parent 3a592a4 commit 5b825e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_tuned_model(
```
import pprint
model = genai.get_tuned_model('tunedModels/gemini-1.5-flash-002')
model = genai.get_tuned_model('tunedModels/gemini-1.5-flash')
pprint.pprint(model)
```
Expand Down

0 comments on commit 5b825e3

Please sign in to comment.