Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from langchain_huggingface import HuggingFaceEmbeddings
|
|
12 |
groq_api_key = os.getenv("Groq_API_Key")
|
13 |
|
14 |
# Initialize the language model with the specified model and API key
|
15 |
-
llm = ChatGroq(model="
|
16 |
|
17 |
# Initialize the embedding model
|
18 |
embed_model = HuggingFaceEmbeddings(
|
|
|
12 |
groq_api_key = os.getenv("Groq_API_Key")
|
13 |
|
14 |
# Initialize the language model with the specified model and API key
|
15 |
+
llm = ChatGroq(model="llama-3.3-70b-versatile", api_key=groq_api_key)
|
16 |
|
17 |
# Initialize the embedding model
|
18 |
embed_model = HuggingFaceEmbeddings(
|