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 9484c83 commit 34332e9Copy full SHA for 34332e9
python/requirements.txt
@@ -3,7 +3,7 @@ numpy>=1.19.0
3
requests>=2.25.0
4
openai>=1.0.0
5
anthropic>=0.5.0
6
-google-generativeai>=0.1.0
+google-genai>=1.0.0
7
python-dotenv>=0.19.0
8
matplotlib>=3.3.0
9
seaborn>=0.11.0
python/setup.py
@@ -31,7 +31,7 @@
31
'all': [
32
'openai>=1.0.0',
33
'anthropic>=0.5.0',
34
- 'google-generativeai>=0.1.0',
+ 'google-genai>=1.0.0',
35
'python-dotenv>=0.19.0',
36
'matplotlib>=3.3.0',
37
'seaborn>=0.11.0',
@@ -42,7 +42,7 @@
42
],
43
'openai': ['openai>=1.0.0'],
44
'anthropic': ['anthropic>=0.5.0'],
45
- 'gemini': ['google-generativeai>=0.1.0'],
+ 'gemini': ['google-genai>=1.0.0'],
46
'dev': [
47
'pytest>=6.0.0',
48
'pytest-cov>=2.12.0',
0 commit comments