Skip to content

Commit

Permalink
correcting fastapi path
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya-Das committed Aug 22, 2024
1 parent 16b57fc commit 9a8dab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structured_query/llm_service_structured_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
print("[INFO] Chain created.")

app = FastAPI(root_path="/struct")
app = FastAPI()

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

0 comments on commit 9a8dab0

Please sign in to comment.