Rafs-an09002 commited on
Commit
d66add0
·
verified ·
1 Parent(s): 862d44a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
22
  # FastAPI
23
  app = FastAPI(
24
  title="Nexus-Core Inference API",
25
- description="13.2M parameter ResNet-20 chess engine",
26
  version="2.0.0"
27
  )
28
 
@@ -146,7 +146,7 @@ async def root():
146
  return {
147
  "name": "Nexus-Core Inference API",
148
  "version": "2.0.0",
149
- "model": "13.2M parameters (ResNet-20)",
150
  "search": "PVS + NMP + LMR",
151
  "endpoints": {
152
  "POST /get-move": "Get best move",
 
22
  # FastAPI
23
  app = FastAPI(
24
  title="Nexus-Core Inference API",
25
+ description="13.2M parameter Resnet-10 chess engine",
26
  version="2.0.0"
27
  )
28
 
 
146
  return {
147
  "name": "Nexus-Core Inference API",
148
  "version": "2.0.0",
149
+ "model": "13.2M parameters (Resnet-10)",
150
  "search": "PVS + NMP + LMR",
151
  "endpoints": {
152
  "POST /get-move": "Get best move",