Spaces:
Sleeping
Sleeping
Tawhid Bin Omar commited on
Commit ·
721ff1d
1
Parent(s): de325d5
Rebrand: RealityCheck AI -> ConceptVector across all files
Browse files
main.py
CHANGED
|
@@ -94,7 +94,7 @@ class AnalysisResponse(BaseModel):
|
|
| 94 |
async def root():
|
| 95 |
"""Health check endpoint"""
|
| 96 |
return {
|
| 97 |
-
"message": "
|
| 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 |
}
|