Spaces:
Sleeping
Sleeping
FIX : Changed print
Browse files
main.py
CHANGED
|
@@ -179,7 +179,7 @@ Answer:"""
|
|
| 179 |
# --- Health Check Route (Remains the same) ---
|
| 180 |
@app.get("/")
|
| 181 |
def read_root():
|
| 182 |
-
return {"status": f"RAG API
|
| 183 |
|
| 184 |
# --- API Route (Remains the same) ---
|
| 185 |
@app.post("/chat")
|
|
|
|
| 179 |
# --- Health Check Route (Remains the same) ---
|
| 180 |
@app.get("/")
|
| 181 |
def read_root():
|
| 182 |
+
return {"status": f"RAG Model API is running"}
|
| 183 |
|
| 184 |
# --- API Route (Remains the same) ---
|
| 185 |
@app.post("/chat")
|