Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ import practicality_axioms as axioms
|
|
| 27 |
import practicality_oracle as oracle
|
| 28 |
|
| 29 |
DEFAULT_GEMINI_API_KEY = os.environ.get("AI_Key", "")
|
| 30 |
-
GEMINI_MODEL = "gemini-
|
| 31 |
|
| 32 |
print(f"[SYSTEM 28.0] Orchestrator Initialized. Compute: {core.DEVICE.type.upper()}")
|
| 33 |
|
|
|
|
| 27 |
import practicality_oracle as oracle
|
| 28 |
|
| 29 |
DEFAULT_GEMINI_API_KEY = os.environ.get("AI_Key", "")
|
| 30 |
+
GEMINI_MODEL = "gemini-3-flash-preview"
|
| 31 |
|
| 32 |
print(f"[SYSTEM 28.0] Orchestrator Initialized. Compute: {core.DEVICE.type.upper()}")
|
| 33 |
|