Update tools/code_interpreter_tools.py
Browse files
tools/code_interpreter_tools.py
CHANGED
|
@@ -45,7 +45,7 @@ class Code_Interpreter:
|
|
| 45 |
allowed_modules = None,
|
| 46 |
max_execution_time = 30,
|
| 47 |
working_directory = None
|
| 48 |
-
)
|
| 49 |
|
| 50 |
self.allowed_modules = allowed_modules or [
|
| 51 |
"numpy", "pandas", "matplotlib", "scipy", "sklearn", "math", "random", "statistics",
|
|
|
|
| 45 |
allowed_modules = None,
|
| 46 |
max_execution_time = 30,
|
| 47 |
working_directory = None
|
| 48 |
+
):
|
| 49 |
|
| 50 |
self.allowed_modules = allowed_modules or [
|
| 51 |
"numpy", "pandas", "matplotlib", "scipy", "sklearn", "math", "random", "statistics",
|