sharsh02 commited on
Commit
2b74485
1 Parent(s): 790a64f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ from duckduckgo_search import DDGS
23
  from supabase import create_client, Client
24
  from requests_html import AsyncHTMLSession
25
  from groq import Groq
26
- import google.GenerativeModel as genai
27
 
28
 
29
 
 
23
  from supabase import create_client, Client
24
  from requests_html import AsyncHTMLSession
25
  from groq import Groq
26
+ import google.generativeai as genai
27
 
28
 
29