Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
35cc9f6
1
Parent(s):
714c540
push
Browse files
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 |
-
|
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)
|