manasagangotri commited on
Commit
5eea208
·
verified ·
1 Parent(s): df52cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ import google.generativeai as genai
64
  # Initialize Gemini with your API Key
65
  def configure_gemini(api_key):
66
  genai.configure(api_key=api_key)
67
- model = genai.GenerativeModel('gemini-pro')
68
  return model
69
 
70
  # Function to extract fact-check query using Gemini
 
64
  # Initialize Gemini with your API Key
65
  def configure_gemini(api_key):
66
  genai.configure(api_key=api_key)
67
+ model = genai.GenerativeModel('gemini-2.0-flash')
68
  return model
69
 
70
  # Function to extract fact-check query using Gemini