Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -12,7 +12,6 @@ from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
|
|
12 |
import operator
|
13 |
import json
|
14 |
|
15 |
-
load dotenv()
|
16 |
|
17 |
# Define the agent state
|
18 |
class AgentState(TypedDict):
|
|
|
12 |
import operator
|
13 |
import json
|
14 |
|
|
|
15 |
|
16 |
# Define the agent state
|
17 |
class AgentState(TypedDict):
|