Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ model = LiteLLMModel(
|
|
204 |
model._flatten_messages_as_text = True
|
205 |
|
206 |
|
207 |
-
text_limit =
|
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)
|