WeByT3 commited on
Commit
c7c231e
·
verified ·
1 Parent(s): 7b53193

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -7,7 +7,7 @@ from langchain_core.messages import SystemMessage, HumanMessage
7
  from tools import *
8
  from typing import TypedDict
9
 
10
- tools = [add, multiply, divide, subtract, wikipedia_search_tool]
11
 
12
  def build_agent():
13
  llm = ChatGroq(model="qwen-qwq-32b", temperature=0)
 
7
  from tools import *
8
  from typing import TypedDict
9
 
10
+ tools = [add, multiply, divide, subtract, wikidata_search_tool]
11
 
12
  def build_agent():
13
  llm = ChatGroq(model="qwen-qwq-32b", temperature=0)