lucianotonet commited on
Commit
1b832f9
·
1 Parent(s): 17427d1
Files changed (1) hide show
  1. app/server.py +0 -1
app/server.py CHANGED
@@ -15,7 +15,6 @@ app = FastAPI(
15
  title="Mav AI API",
16
  version="1.0",
17
  description="A simple api server using Langchain's Runnable interfaces",
18
- # openapi_prefix=app_url,
19
  openapi_url="/api/ai"
20
  )
21
 
 
15
  title="Mav AI API",
16
  version="1.0",
17
  description="A simple api server using Langchain's Runnable interfaces",
 
18
  openapi_url="/api/ai"
19
  )
20