Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2093670

Browse files
authored
1 parent 402db82 commit 2093670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/generative_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class GenerativeModel:
2525
"""
2626
The `genai.GenerativeModel` class wraps default parameters for calls to
27-
`GenerativeModel.generate_message`, `GenerativeModel.count_tokens`, and
27+
`GenerativeModel.generate_content`, `GenerativeModel.count_tokens`, and
2828
`GenerativeModel.start_chat`.
2929
3030
This family of functionality is designed to support multi-turn conversations, and multimodal

0 commit comments

Comments
 (0)