thechaiexperiment commited on
Commit
1d687a8
·
verified ·
1 Parent(s): bb786c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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