Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ async def query_model(payload):
|
|
63 |
async def status():
|
64 |
try:
|
65 |
|
66 |
-
response_text =
|
67 |
return JSONResponse(content=format_chat_response(response_text))
|
68 |
except Exception as e:
|
69 |
logger.error(f"Status check failed: {e}")
|
|
|
63 |
async def status():
|
64 |
try:
|
65 |
|
66 |
+
response_text = "it's working"
|
67 |
return JSONResponse(content=format_chat_response(response_text))
|
68 |
except Exception as e:
|
69 |
logger.error(f"Status check failed: {e}")
|