Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ class VisitWebpageTool(Tool):
|
|
| 132 |
class BasicAgent:
|
| 133 |
def __init__(self):
|
| 134 |
model = OpenAIServerModel(
|
| 135 |
-
model_id="
|
| 136 |
api_base="https://api.groq.com/openai/v1",
|
| 137 |
api_key=os.getenv("GROQ_API_KEY")
|
| 138 |
)
|
|
|
|
| 132 |
class BasicAgent:
|
| 133 |
def __init__(self):
|
| 134 |
model = OpenAIServerModel(
|
| 135 |
+
model_id="meta-llama/llama-4-scout-17b-16e-instruct",
|
| 136 |
api_base="https://api.groq.com/openai/v1",
|
| 137 |
api_key=os.getenv("GROQ_API_KEY")
|
| 138 |
)
|