immunobiotech commited on
Commit
5394178
·
verified ·
1 Parent(s): 58ee95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
13
  genai.configure(api_key=GEMINI_API_KEY)
14
 
15
  # Use the Google Gemini 2.0 Flash model (with thinking feature)
16
- model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-1219")
17
 
18
  ########################
19
  # Load Datasets
 
13
  genai.configure(api_key=GEMINI_API_KEY)
14
 
15
  # Use the Google Gemini 2.0 Flash model (with thinking feature)
16
+ model = genai.GenerativeModel("gemini-2.5-flash-preview-04-17")
17
 
18
  ########################
19
  # Load Datasets