rootxhacker commited on
Commit
3e6206a
·
verified ·
1 Parent(s): dfb38af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ Always explain what you're doing and why."""
226
  for iteration in range(max_iterations):
227
  # Call Groq with function calling
228
  response = groq_client.chat.completions.create(
229
- model="qwen2.5-32b-instruct",
230
  messages=messages,
231
  tools=functions,
232
  tool_choice="auto",
 
226
  for iteration in range(max_iterations):
227
  # Call Groq with function calling
228
  response = groq_client.chat.completions.create(
229
+ model="qwen3-32b",
230
  messages=messages,
231
  tools=functions,
232
  tool_choice="auto",