Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
| 27 |
-
|
| 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):
|