Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ else:
|
|
| 44 |
|
| 45 |
from langchain_groq import ChatGroq
|
| 46 |
|
| 47 |
-
llm = ChatGroq(model="llama3-8b-8192",
|
| 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:
|