AreesaAshfaq commited on
Commit
041c072
·
verified ·
1 Parent(s): 163ac33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ else:
44
 
45
  from langchain_groq import ChatGroq
46
 
47
- llm = ChatGroq(model="llama3-8b-8192", , groq_api_key = api_key_Groq)
48
 
49
  # Define the embedding class
50
  class SentenceTransformerEmbedding:
 
44
 
45
  from langchain_groq import ChatGroq
46
 
47
+ llm = ChatGroq(model="llama3-8b-8192", groq_api_key = api_key_Groq)
48
 
49
  # Define the embedding class
50
  class SentenceTransformerEmbedding: