Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ newsapi = NewsApiClient(api_key=NEWSAPI_KEY)
|
|
| 62 |
newsapi.session = session
|
| 63 |
|
| 64 |
# Initialize the model
|
| 65 |
-
model = genai.GenerativeModel('gemini-
|
| 66 |
|
| 67 |
ALLOWED_EXTENSIONS = {'txt', 'pdf', 'docx', 'xlsx', 'csv'}
|
| 68 |
|
|
|
|
| 62 |
newsapi.session = session
|
| 63 |
|
| 64 |
# Initialize the model
|
| 65 |
+
model = genai.GenerativeModel('gemini-2.0-flash-exp')
|
| 66 |
|
| 67 |
ALLOWED_EXTENSIONS = {'txt', 'pdf', 'docx', 'xlsx', 'csv'}
|
| 68 |
|