WeByT3 commited on
Commit
50aa435
·
verified ·
1 Parent(s): 96d23bf

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, get_studio_album_count]
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, search_wikipedia]
11
 
12
  def build_agent():
13
  llm = ChatGroq(model="qwen-qwq-32b", temperature=0)