Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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"
|