trongld commited on
Commit
ac0f5e1
·
1 Parent(s): c83794b

Update LangGraphAgent to use mistralai/mistral-small-3.2-24b-instruct model instead of glm-4.5-air

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -78,8 +78,8 @@ class LangGraphAgent:
78
  # model="gemma-3-27b-it",
79
  # )
80
  model = ChatOpenRouter(
81
- model="z-ai/glm-4.5-air:free",
82
- temperature=0.1,
83
  )
84
  if model is None and ChatOpenAI is not None:
85
  model = ChatOpenAI(
 
78
  # model="gemma-3-27b-it",
79
  # )
80
  model = ChatOpenRouter(
81
+ model="mistralai/mistral-small-3.2-24b-instruct:free",
82
+
83
  )
84
  if model is None and ChatOpenAI is not None:
85
  model = ChatOpenAI(