Phoenix21 commited on
Commit
2991e6e
·
verified ·
1 Parent(s): 69fe038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def analyze_world_model(api_key, model_name, dataset_key, num_samples=25):
64
  cluster_texts[cluster_id].append(input_snippets[idx])
65
 
66
  # Initialize Gemini model
67
- gemini_model = genai.GenerativeModel('gemini-1.5-flash') # Updated to a widely available version
68
 
69
  state_info = "## 🧠 Newtonian State Interpretation\n"
70
  state_info += "Each state represents a discovered *Equivalence Class*.\n\n"
 
64
  cluster_texts[cluster_id].append(input_snippets[idx])
65
 
66
  # Initialize Gemini model
67
+ gemini_model = genai.GenerativeModel('gemini-2.5-flash') # Updated to a widely available version
68
 
69
  state_info = "## 🧠 Newtonian State Interpretation\n"
70
  state_info += "Each state represents a discovered *Equivalence Class*.\n\n"