Skip to content

Commit

Permalink
Merge pull request #1 from IDinsight/customize
Browse files Browse the repository at this point in the history
Remove guardrails
  • Loading branch information
suzinyou authored Jul 30, 2024
2 parents 6bb21c5 + 9ff04a8 commit 028e65b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core_backend/app/question_answer/routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ async def search_with_llm_response(
return response


@identify_language__before
@translate_question__before
@paraphrase_question__before
async def search_without_llm_response(
question: QueryRefined,
response: QueryResponse | QueryResponseError,
Expand Down

0 comments on commit 028e65b

Please sign in to comment.