Tawhid Bin Omar commited on
Commit
721ff1d
·
1 Parent(s): de325d5

Rebrand: RealityCheck AI -> ConceptVector across all files

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -94,7 +94,7 @@ class AnalysisResponse(BaseModel):
94
  async def root():
95
  """Health check endpoint"""
96
  return {
97
- "message": "RealityCheck AI API",
98
  "status": "operational",
99
  "version": "1.0.0"
100
  }
 
94
  async def root():
95
  """Health check endpoint"""
96
  return {
97
+ "message": "ConceptVector API",
98
  "status": "operational",
99
  "version": "1.0.0"
100
  }