QuaidKhalid commited on
Commit
d4db388
·
verified ·
1 Parent(s): 0cf080b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import os
11
  import tempfile
12
  from langchain_groq import ChatGroq
13
 
14
- llm = ChatGroq(model="llama3-8b-8192")
15
 
16
 
17
  # Define the embedding class
 
11
  import tempfile
12
  from langchain_groq import ChatGroq
13
 
14
+ llm = ChatGroq(model="llama3-8b-8192", groq_api_key=groq_api_key)
15
 
16
 
17
  # Define the embedding class