ORromu commited on
Commit
44bb543
·
verified ·
1 Parent(s): e52d269

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -20,9 +20,9 @@ HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
20
 
21
  #chat = ChatHuggingFace(llm=llm, verbose=True)
22
 
23
- #chat = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
24
 
25
- chat = ChatGroq(model="qwen-qwq-32b", temperature=0)
26
  tools = [add,
27
  substract,
28
  multiply,
 
20
 
21
  #chat = ChatHuggingFace(llm=llm, verbose=True)
22
 
23
+ chat = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
24
 
25
+ #chat = ChatGroq(model="qwen-qwq-32b", temperature=0)
26
  tools = [add,
27
  substract,
28
  multiply,