Spaces:
Running
Running
girishwangikar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import io
|
|
14 |
|
15 |
class GroqLLM:
|
16 |
"""Compatible LLM interface for smolagents CodeAgent"""
|
17 |
-
def __init__(self, model_name="
|
18 |
self.client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
19 |
self.model_name = model_name
|
20 |
|
|
|
14 |
|
15 |
class GroqLLM:
|
16 |
"""Compatible LLM interface for smolagents CodeAgent"""
|
17 |
+
def __init__(self, model_name="llama-3.1-8B-Instant"):
|
18 |
self.client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
19 |
self.model_name = model_name
|
20 |
|