Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def generate_headlines(number_of_headlines, target_audience, product, temperatur
|
|
| 136 |
headlines_instruction += f"Genera ahora {number_of_headlines} titulares."
|
| 137 |
|
| 138 |
response = client.models.generate_content(
|
| 139 |
-
model="gemini-
|
| 140 |
contents=headlines_instruction + "\n\nEscribe los titulares ahora.",
|
| 141 |
config=types.GenerateContentConfig(
|
| 142 |
temperature=temperature,
|
|
|
|
| 136 |
headlines_instruction += f"Genera ahora {number_of_headlines} titulares."
|
| 137 |
|
| 138 |
response = client.models.generate_content(
|
| 139 |
+
model="gemini-3.1-flash-lite-preview",
|
| 140 |
contents=headlines_instruction + "\n\nEscribe los titulares ahora.",
|
| 141 |
config=types.GenerateContentConfig(
|
| 142 |
temperature=temperature,
|