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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -46,7 +46,7 @@ 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="mixtral-8x7b-32768", 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
 
51
  tools = [add,
52
  substract,