ORromu commited on
Commit
1ab2db7
·
verified ·
1 Parent(s): 2143719

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -46,7 +46,8 @@ sys_msg = SystemMessage(content=system_prompt)
46
 
47
  # Loading the assistant
48
  #chat = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
49
- chat = ChatGroq(model_name="mistral-saba-24b", temperature=0)
 
50
 
51
  tools = [add,
52
  substract,
 
46
 
47
  # Loading the assistant
48
  #chat = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0)
49
+ #chat = ChatGroq(model_name="mistral-saba-24b", temperature=0)
50
+ chat = ChatGroq(model_name="llama-3.3-70b-versatile", temperature=0)
51
 
52
  tools = [add,
53
  substract,