mgbam commited on
Commit
14be288
·
verified ·
1 Parent(s): 2f8da59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ from typing_extensions import TypedDict, Annotated
29
  from langchain.tools.retriever import create_retriever_tool
30
 
31
  # Increase Python's recursion limit at the very start (if needed)
32
- sys.setrecursionlimit(10000)
33
 
34
  # ------------------------------
35
  # Logging Configuration
 
29
  from langchain.tools.retriever import create_retriever_tool
30
 
31
  # Increase Python's recursion limit at the very start (if needed)
32
+ sys.setrecursionlimit(1000)
33
 
34
  # ------------------------------
35
  # Logging Configuration