Deaksh commited on
Commit
0313596
·
verified ·
1 Parent(s): 0ac93ae

Update llm_helper.py

Browse files
Files changed (1) hide show
  1. llm_helper.py +1 -1
llm_helper.py CHANGED
@@ -3,7 +3,7 @@ import os
3
 
4
  llm = ChatGroq(
5
  api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
6
- model_name="llama3-70b-8192"
7
  )
8
 
9
  if __name__ == "__main__":
 
3
 
4
  llm = ChatGroq(
5
  api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
6
+ model_name="llama-3.1-8b-instant"
7
  )
8
 
9
  if __name__ == "__main__":