rootxhacker commited on
Commit
742ff45
·
verified ·
1 Parent(s): 7382b16

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="qwen/qwen3-32b",
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="gemma2-9b-it",
230
  messages=messages,
231
  tools=functions,
232
  tool_choice="auto",