WeByT3 commited on
Commit
28165a5
·
verified ·
1 Parent(s): cf55e3f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -3
agent.py CHANGED
@@ -8,9 +8,7 @@ from langchain_core.messages import SystemMessage, HumanMessage
8
  from tools import *
9
  from typing import TypedDict
10
 
11
- tools = [add, substract, multiply, divide, transcribe_audio, analyze_image,
12
- fetch_youtube_transcript, wiki_search, read_excel_summary,
13
- match_referenced_files]
14
 
15
  def build_agent():
16
  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 = []
 
 
12
 
13
  def build_agent():
14
  llm = ChatGroq(model="qwen-qwq-32b", temperature=0) # ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)