THEAIMART commited on
Commit
0bc0638
·
verified ·
1 Parent(s): 813603a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="mixtral-8x7b-32768"
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(