Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -581,7 +581,7 @@ async def health_check():
|
|
581 |
|
582 |
|
583 |
|
584 |
-
@app.post("/ask")
|
585 |
async def chat(query: ChatQuery):
|
586 |
try:
|
587 |
# Define constraints
|
|
|
581 |
|
582 |
|
583 |
|
584 |
+
@app.post("/api/ask")
|
585 |
async def chat(query: ChatQuery):
|
586 |
try:
|
587 |
# Define constraints
|