Skip to content

Commit

Permalink
Fix endpoint name for run_filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Dec 14, 2023
1 parent e95f0a7 commit a5f7c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_ta_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def getTopContexts() -> Response:



@app.route('/get_stuffed_prompt', methods=['GET'])
@app.route('/run_filtering', methods=['GET'])
def run_filtering() -> Response:
"""Get most relevant contexts for a given search query.
Expand Down

0 comments on commit a5f7c4b

Please sign in to comment.