Phoenix21 commited on
Commit
caf5d99
·
verified ·
1 Parent(s): 3c6abe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def analyze_world_model(model_name, dataset_key, num_samples=25):
62
  cluster_texts[cluster_id].append(input_snippets[idx])
63
 
64
  # Initialize Gemini
65
- gemini_model = genai.GenerativeModel('gemini-1.5-flash')
66
  state_info = "## 🧠 Newtonian State Interpretation\n"
67
 
68
  for cluster_id in range(n_clusters):
 
62
  cluster_texts[cluster_id].append(input_snippets[idx])
63
 
64
  # Initialize Gemini
65
+ gemini_model = genai.GenerativeModel('gemini-2.5-flash')
66
  state_info = "## 🧠 Newtonian State Interpretation\n"
67
 
68
  for cluster_id in range(n_clusters):