Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ for i in range(len(df)):
|
|
17 |
import os
|
18 |
|
19 |
# Get the secret key from the environment
|
20 |
-
groq_key = os.environ.get('
|
21 |
|
22 |
## LLM used for RAG
|
23 |
from langchain_groq import ChatGroq
|
|
|
17 |
import os
|
18 |
|
19 |
# Get the secret key from the environment
|
20 |
+
groq_key = os.environ.get('groq_api_key')
|
21 |
|
22 |
## LLM used for RAG
|
23 |
from langchain_groq import ChatGroq
|