Skip to content

Commit 9a8dab0

Browse files
committed
correcting fastapi path
1 parent 16b57fc commit 9a8dab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structured_query/llm_service_structured_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
print("[INFO] Chain created.")
1717

18-
app = FastAPI(root_path="/struct")
18+
app = FastAPI()
1919

2020
try:
2121
print("[INFO] Sending first query to structured query llm to avoid cold start.")

0 commit comments

Comments
 (0)