James MacQuillan commited on
Commit
35cc9f6
·
1 Parent(s): 714c540
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def process_query(user_input, history):
106
  content = chunk.choices[0].delta.content or ''
107
  streamed_search_query += content
108
 
109
- print("Search Query:", streamed_search_query) # Debugging: Check the final search term
110
 
111
  # Perform the web search based on the accumulated query
112
  search_results = search(streamed_search_query)
 
106
  content = chunk.choices[0].delta.content or ''
107
  streamed_search_query += content
108
 
109
+
110
 
111
  # Perform the web search based on the accumulated query
112
  search_results = search(streamed_search_query)