gauthamnairy commited on
Commit
774a44e
·
verified ·
1 Parent(s): c54d308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1.5-flash')
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