antonypamo commited on
Commit
f3d5724
·
verified ·
1 Parent(s): 1e63ba7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -7
main.py CHANGED
@@ -186,16 +186,10 @@ def manifest():
186
  "model": "RRFSavantMetaLogicV2",
187
  "version": "Φ12.0",
188
  "encoder": ENCODER_MODEL_ID,
189
- "meta_logit_repo": META_LOGIT_REPO,
190
  "features": 15,
191
- "feature_order": [
192
- "phi", "omega", "coherence", "S_RRF", "C_RRF",
193
- "hamiltonian_energy", "dominant_frequency",
194
- *PHI_NODES
195
- ],
196
  }
197
 
198
-
199
  @app.get("/health")
200
  def health():
201
  return {"status": "ok"}
 
186
  "model": "RRFSavantMetaLogicV2",
187
  "version": "Φ12.0",
188
  "encoder": ENCODER_MODEL_ID,
 
189
  "features": 15,
190
+ "phi_nodes": PHI_NODES,
 
 
 
 
191
  }
192
 
 
193
  @app.get("/health")
194
  def health():
195
  return {"status": "ok"}