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 70c3dab commit 33d6a3bCopy full SHA for 33d6a3b
tests/pytest/test_chat.py
@@ -206,7 +206,7 @@ def test_google_normalization():
206
if sys.version_info < (3, 9):
207
return
208
209
- from google.generativeai import ( # pyright: ignore[reportMissingTypeStubs]
+ from google.generativeai.generative_models import ( # pyright: ignore[reportMissingTypeStubs]
210
GenerativeModel,
211
)
212
@@ -382,7 +382,7 @@ def test_as_google_message():
382
383
384
385
386
387
388
0 commit comments