Spaces:
Sleeping
Sleeping
Update langgraph_nodes.py
Browse files- 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="
|
| 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 |
)
|