Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ client = genai.Client(api_key=GEMINI_API_KEY)
|
|
12 |
def generate_content(prompt):
|
13 |
# Generate content using the Gemini API
|
14 |
response = client.models.generate_content(
|
15 |
-
model="gemini-2.
|
16 |
contents=[prompt]
|
17 |
)
|
18 |
|
|
|
12 |
def generate_content(prompt):
|
13 |
# Generate content using the Gemini API
|
14 |
response = client.models.generate_content(
|
15 |
+
model="gemini-2.5-pro-exp-03-25",
|
16 |
contents=[prompt]
|
17 |
)
|
18 |
|