everydaytok commited on
Commit
a959aa7
·
verified ·
1 Parent(s): b5200fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-2.5-flash"
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