mudassir032 commited on
Commit
0e49c7f
·
verified ·
1 Parent(s): 6d291b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from crewai import Agent
4
  import os
5
 
6
  # Initialize LLM
7
- llm = ChatGroq(temperature=0.4, model_name="llama-3.3-70b-versatile")
8
 
9
  # File to store history
10
  HISTORY_FILE = "history.txt"
 
4
  import os
5
 
6
  # Initialize LLM
7
+ llm = ChatGroq(temperature=0.4, model_name="meta-llama/llama-4-maverick-17b-128e-instruct")
8
 
9
  # File to store history
10
  HISTORY_FILE = "history.txt"