Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ session_lock = threading.Lock()
|
|
93 |
append_answer_lock = threading.Lock()
|
94 |
|
95 |
# Initialize browser
|
96 |
-
browser = SimpleTextBrowser()
|
97 |
|
98 |
# Initialize tools
|
99 |
ti_tool = TextInspectorTool(None, 20000) # Will be updated with session-specific model
|
|
|
93 |
append_answer_lock = threading.Lock()
|
94 |
|
95 |
# Initialize browser
|
96 |
+
browser = SimpleTextBrowser(request_kwargs={})
|
97 |
|
98 |
# Initialize tools
|
99 |
ti_tool = TextInspectorTool(None, 20000) # Will be updated with session-specific model
|