Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ VISUAL_CHATGPT_SUFFIX_CN = """你对文件名的正确性非常严格,而且
|
|
62 |
Thought: Do I need to use a tool? {agent_scratchpad}
|
63 |
"""
|
64 |
|
65 |
-
from visual_foundation_models import *
|
66 |
from langchain.agents.initialize import initialize_agent
|
67 |
from langchain.agents.tools import Tool
|
68 |
from langchain.chains.conversation.memory import ConversationBufferMemory
|
|
|
62 |
Thought: Do I need to use a tool? {agent_scratchpad}
|
63 |
"""
|
64 |
|
|
|
65 |
from langchain.agents.initialize import initialize_agent
|
66 |
from langchain.agents.tools import Tool
|
67 |
from langchain.chains.conversation.memory import ConversationBufferMemory
|