Skip to content

Commit d0ef994

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Fix minor typos in generative model readme.
PiperOrigin-RevId: 725734313
1 parent 1ab4344 commit d0ef994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/generative_models/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ model=GenerativeModel(
198198
],
199199
)
200200
201-
response = gnd_model.generate_content("Who win Euro 2024")
201+
response = model.generate_content("Who won Euro 2024")
202202
203203
print(response.text)
204204

0 commit comments

Comments
 (0)