Phoenix21 commited on
Commit
a9a2740
·
verified ·
1 Parent(s): cddf7c8

Update app.py

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