Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -52,7 +52,7 @@ async def chat_with_model(query: str, model: str):
|
|
| 52 |
@app.get("/health")
|
| 53 |
@app.get("/")
|
| 54 |
async def health_check():
|
| 55 |
-
|
| 56 |
return {"status": "healthy"}
|
| 57 |
|
| 58 |
if __name__ == "__main__":
|
|
|
|
| 52 |
@app.get("/health")
|
| 53 |
@app.get("/")
|
| 54 |
async def health_check():
|
| 55 |
+
|
| 56 |
return {"status": "healthy"}
|
| 57 |
|
| 58 |
if __name__ == "__main__":
|