Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -235,7 +235,7 @@ def process_documents(files):
|
|
| 235 |
|
| 236 |
# Use the hardcoded API key and default model
|
| 237 |
api_key = GEMINI_API_KEY
|
| 238 |
-
model_choice = "gemini-
|
| 239 |
|
| 240 |
if not api_key or api_key.strip() == "":
|
| 241 |
return "❌ Error: API key not configured in code", "{}", "API key missing"
|
|
|
|
| 235 |
|
| 236 |
# Use the hardcoded API key and default model
|
| 237 |
api_key = GEMINI_API_KEY
|
| 238 |
+
model_choice = "gemini-2.0-flash"
|
| 239 |
|
| 240 |
if not api_key or api_key.strip() == "":
|
| 241 |
return "❌ Error: API key not configured in code", "{}", "API key missing"
|