Akjava commited on
Commit
948c607
·
verified ·
1 Parent(s): 8d7dfe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ model = LiteLLMModel(
204
  model._flatten_messages_as_text = True
205
 
206
 
207
- text_limit = 5000
208
  ti_tool = TextInspectorTool(model, text_limit)
209
 
210
  browser = SimpleTextBrowser(**BROWSER_CONFIG)
 
204
  model._flatten_messages_as_text = True
205
 
206
 
207
+ text_limit = 4000
208
  ti_tool = TextInspectorTool(model, text_limit)
209
 
210
  browser = SimpleTextBrowser(**BROWSER_CONFIG)