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