Spaces:
Running
Running
Update app.py
Browse files
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="
|
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",
|