riazmo commited on
Commit
2878272
·
verified ·
1 Parent(s): d13f2ab

Update langgraph_nodes.py

Browse files
Files changed (1) hide show
  1. langgraph_nodes.py +1 -1
langgraph_nodes.py CHANGED
@@ -218,7 +218,7 @@ Analyze this review:"""
218
  {"role": "system", "content": system_prompt},
219
  {"role": "user", "content": user_prompt}
220
  ],
221
- model="mistralai/Mistral-7B-Instruct-v0.3",
222
  max_tokens=200,
223
  temperature=0.1
224
  )
 
218
  {"role": "system", "content": system_prompt},
219
  {"role": "user", "content": user_prompt}
220
  ],
221
+ model="meta-llama/Llama-3.2-3B-Instruct",
222
  max_tokens=200,
223
  temperature=0.1
224
  )