ChillThrills commited on
Commit
9d5908e
·
1 Parent(s): 521480c

google-genai

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ except ImportError:
27
  HarmBlockThreshold = None
28
  FinishReason = None
29
  HarmProbability = None
30
- print("WARNING: google-generativeai library not found. Install with: pip install google-generativeai")
31
 
32
  try:
33
  from duckduckgo_search import DDGS
 
27
  HarmBlockThreshold = None
28
  FinishReason = None
29
  HarmProbability = None
30
+ print("WARNING: google-genai library not found. Install with: pip install google-genai")
31
 
32
  try:
33
  from duckduckgo_search import DDGS
requirements.txt CHANGED
@@ -3,7 +3,7 @@ requests
3
  duckduckgo-search
4
  google-api-python-client
5
  httpx[http2]
6
- google-generativeai
7
  pandas
8
  beautifulsoup4
9
  lxml
 
3
  duckduckgo-search
4
  google-api-python-client
5
  httpx[http2]
6
+ google-genai
7
  pandas
8
  beautifulsoup4
9
  lxml