Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,7 +239,7 @@ def generate_dissertation_api():
|
|
| 239 |
response_schema=Dissertation,
|
| 240 |
)
|
| 241 |
response = client.models.generate_content(
|
| 242 |
-
model="gemini-
|
| 243 |
contents=final_prompt,
|
| 244 |
config=config
|
| 245 |
)
|
|
|
|
| 239 |
response_schema=Dissertation,
|
| 240 |
)
|
| 241 |
response = client.models.generate_content(
|
| 242 |
+
model="gemini-flash-latest",
|
| 243 |
contents=final_prompt,
|
| 244 |
config=config
|
| 245 |
)
|