Coool2 commited on
Commit
f3bb80d
·
verified ·
1 Parent(s): 54d2e6f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -0
agent.py CHANGED
@@ -392,6 +392,9 @@ safe_globals = {
392
 
393
  # Scientific Computing
394
  "sympy": __import__("sympy"),
 
 
 
395
  }
396
 
397
  def execute_python_code(code: str) -> str:
 
392
 
393
  # Scientific Computing
394
  "sympy": __import__("sympy"),
395
+
396
+ # llama-index
397
+ "llama-index" : __import__("llama_index")
398
  }
399
 
400
  def execute_python_code(code: str) -> str: