Tingusto commited on
Commit
b107c7a
·
1 Parent(s): af57189

Update groq model

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -132,7 +132,7 @@ tools = [
132
  def build_graph():
133
  """Build the graph"""
134
  llm = ChatGroq(
135
- model="llama2-70b-4096",
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