Spaces:
Runtime error
Runtime error
Commit
·
fa73ca6
1
Parent(s):
ca1dc26
Update app.py
Browse files
app.py
CHANGED
@@ -83,10 +83,9 @@ def eng_to_arabic(text):
|
|
83 |
|
84 |
import openai
|
85 |
import os
|
86 |
-
|
87 |
from langchain.agents import load_tools, initialize_agent
|
88 |
from langchain.agents import AgentType
|
89 |
-
from langchain.tools.python.tool import PythonREPLTool
|
90 |
from langchain.python import PythonREPL
|
91 |
from langchain.chat_models import ChatOpenAI
|
92 |
from langchain.memory import ConversationBufferMemory
|
|
|
83 |
|
84 |
import openai
|
85 |
import os
|
86 |
+
|
87 |
from langchain.agents import load_tools, initialize_agent
|
88 |
from langchain.agents import AgentType
|
|
|
89 |
from langchain.python import PythonREPL
|
90 |
from langchain.chat_models import ChatOpenAI
|
91 |
from langchain.memory import ConversationBufferMemory
|