Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402db82 commit 2093670Copy full SHA for 2093670
google/generativeai/generative_models.py
@@ -24,7 +24,7 @@
24
class GenerativeModel:
25
"""
26
The `genai.GenerativeModel` class wraps default parameters for calls to
27
- `GenerativeModel.generate_message`, `GenerativeModel.count_tokens`, and
+ `GenerativeModel.generate_content`, `GenerativeModel.count_tokens`, and
28
`GenerativeModel.start_chat`.
29
30
This family of functionality is designed to support multi-turn conversations, and multimodal
0 commit comments