Skip to content

Commit

Permalink
fix: wrong input for ask_question_auto_search!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Jan 18, 2024
1 parent d49023b commit edf422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def query_llm(recieved_data: dict[str, Any]):
ask_question_auto_search.delay(
question=user_input,
community_id=community_id,
bot_given_info=recieved_data,
bot_given_info=recieved_input,
)


Expand Down

0 comments on commit edf422c

Please sign in to comment.