Spaces:
Sleeping
Sleeping
Update groq model
Browse files
agent.py
CHANGED
|
@@ -132,7 +132,7 @@ tools = [
|
|
| 132 |
def build_graph():
|
| 133 |
"""Build the graph"""
|
| 134 |
llm = ChatGroq(
|
| 135 |
-
model="
|
| 136 |
temperature=0.1
|
| 137 |
)
|
| 138 |
|
|
|
|
| 132 |
def build_graph():
|
| 133 |
"""Build the graph"""
|
| 134 |
llm = ChatGroq(
|
| 135 |
+
model="llama-3.3-70b-versatile",
|
| 136 |
temperature=0.1
|
| 137 |
)
|
| 138 |
|