Nikhil0987 commited on
Commit
e1aba2a
·
verified ·
1 Parent(s): 580b1b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -20,14 +20,14 @@ apis = [
20
  ]
21
  # from google import genai
22
 
23
- client = genai.Client()
24
 
25
- response = client.models.generate_content(
26
- model="gemini-2.5-flash",
27
- contents="Explain how AI works in a few words",
28
- )
29
 
30
- print(response.text)
31
 
32
 
33
  def make_call(data):
 
20
  ]
21
  # from google import genai
22
 
23
+ # client = genai.Client()
24
 
25
+ # response = client.models.generate_content(
26
+ # model="gemini-2.5-flash",
27
+ # contents="Explain how AI works in a few words",
28
+ # )
29
 
30
+ # print(response.text)
31
 
32
 
33
  def make_call(data):