Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -299,7 +299,7 @@ if analyze_button:
|
|
299 |
llm = ChatGroq(
|
300 |
temperature=0,
|
301 |
groq_api_key=GROQ_API_KEY,
|
302 |
-
model_name="
|
303 |
)
|
304 |
|
305 |
agent = Agent(
|
|
|
299 |
llm = ChatGroq(
|
300 |
temperature=0,
|
301 |
groq_api_key=GROQ_API_KEY,
|
302 |
+
model_name="llama-3.1-8b-instant"
|
303 |
)
|
304 |
|
305 |
agent = Agent(
|