Skip to content

Commit

Permalink
πŸš‘ Hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGawlik committed Jul 18, 2024
1 parent e499679 commit de834a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def redirect():
def answer_a_question(query: RequestModel) -> ResponseModel:
question = query.question
if "dienst" in question.lower() and "handy" in question.lower():
question = "Wo kahn ich mein Dienst-Handy bestellen?"
question = "Wo kann ich mein Dienst-Handy bestellen?"

if query.history is not None:
history = loads(query.history)
Expand Down

0 comments on commit de834a4

Please sign in to comment.