Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -8,7 +8,7 @@ from langchain_core.messages import SystemMessage, HumanMessage
|
|
| 8 |
from tools import *
|
| 9 |
from typing import TypedDict
|
| 10 |
|
| 11 |
-
tools = []
|
| 12 |
|
| 13 |
def build_agent():
|
| 14 |
llm = ChatGroq(model="qwen-qwq-32b", temperature=0) # ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|
|
|
|
| 8 |
from tools import *
|
| 9 |
from typing import TypedDict
|
| 10 |
|
| 11 |
+
tools = [add, multiply, divide, subtract]
|
| 12 |
|
| 13 |
def build_agent():
|
| 14 |
llm = ChatGroq(model="qwen-qwq-32b", temperature=0) # ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
|