Akjava commited on
Commit
ff95e5a
·
verified ·
1 Parent(s): fe7ee3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ def create_agent():
219
  planning_interval=60*1000,
220
  )
221
 
222
- document_inspection_tool = TextInspectorTool(model, 20000)
223
 
224
  def stream_to_gradio(
225
  agent,
 
219
  planning_interval=60*1000,
220
  )
221
 
222
+ document_inspection_tool = TextInspectorTool(model, text_limit)
223
 
224
  def stream_to_gradio(
225
  agent,