Skip to content

Commit

Permalink
fix: unused local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi-ovo committed Mar 24, 2024
1 parent 2cece63 commit bf7fd0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ def decide_to_generate(state):

print("---DECIDE TO GENERATE---")
state_dict = state["keys"]
question = state_dict["question"]
filtered_documents = state_dict["documents"]
# question = state_dict["question"]
# filtered_documents = state_dict["documents"]
search = state_dict["run_web_search"]

if search == "Yes":
Expand Down

0 comments on commit bf7fd0e

Please sign in to comment.