sampsong commited on
Commit
accc373
·
1 Parent(s): dc6419c

comment out unnecessary chatGroq

Browse files
Files changed (1) hide show
  1. Agents/agent.py +1 -1
Agents/agent.py CHANGED
@@ -220,7 +220,7 @@ def build_graph(provider: str="groq"):
220
  if provider== "groq":
221
  print(f"Running llm groq")
222
  llm=ChatGroq(groq_api_key=GROQ_API_KEY,model="qwen/qwen3-32b",temperature=0)
223
- ChatGroq()
224
  #webreturn = webSearch.invoke({"searchQuery":"principle of double effect Wikipedia page history St. Thomas Aquinas image added date"})
225
  #multiple = str(multiply.invoke({"a": 2, "b": 3}))
226
  #print(f"WebReturn : {multiple}")
 
220
  if provider== "groq":
221
  print(f"Running llm groq")
222
  llm=ChatGroq(groq_api_key=GROQ_API_KEY,model="qwen/qwen3-32b",temperature=0)
223
+ #ChatGroq()
224
  #webreturn = webSearch.invoke({"searchQuery":"principle of double effect Wikipedia page history St. Thomas Aquinas image added date"})
225
  #multiple = str(multiply.invoke({"a": 2, "b": 3}))
226
  #print(f"WebReturn : {multiple}")