Spaces:
Running
Running
Update main.py
Browse files
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 |
-
"
|
| 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"}
|