Spaces:
Sleeping
Sleeping
lucianotonet
commited on
Commit
·
a16d5a9
1
Parent(s):
1b832f9
Teste
Browse files- app/server.py +1 -1
app/server.py
CHANGED
@@ -15,7 +15,7 @@ app = FastAPI(
|
|
15 |
title="Mav AI API",
|
16 |
version="1.0",
|
17 |
description="A simple api server using Langchain's Runnable interfaces",
|
18 |
-
openapi_url="/
|
19 |
)
|
20 |
|
21 |
@app.get("/")
|
|
|
15 |
title="Mav AI API",
|
16 |
version="1.0",
|
17 |
description="A simple api server using Langchain's Runnable interfaces",
|
18 |
+
openapi_url="/openapi.json"
|
19 |
)
|
20 |
|
21 |
@app.get("/")
|