Pratap2002 commited on
Commit
64d1cbc
·
verified ·
1 Parent(s): b4de845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ pytesseract.pytesseract.tesseract_cmd = r'Tesseract-OCR\tesseract.exe'
44
  llm = ChatGroq(
45
  temperature=0.7,
46
  groq_api_key=os.getenv('GROQ_API_KEY'),
47
- model_name="llama-3.1-70b-versatile"
48
  )
49
 
50
 
 
44
  llm = ChatGroq(
45
  temperature=0.7,
46
  groq_api_key=os.getenv('GROQ_API_KEY'),
47
+ model_name="llama-3.3-70b-versatile"
48
  )
49
 
50