Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
| 17 |
# GROQ_API_KEY = os.environ.get("Rag-based")
|
| 18 |
|
| 19 |
|
| 20 |
-
client = Groq(api_key=os.environ.get("
|
| 21 |
|
| 22 |
# -----------------------------
|
| 23 |
# Global Variables
|
|
|
|
| 17 |
# GROQ_API_KEY = os.environ.get("Rag-based")
|
| 18 |
|
| 19 |
|
| 20 |
+
client = Groq(api_key=os.environ.get("Rag_based"))
|
| 21 |
|
| 22 |
# -----------------------------
|
| 23 |
# Global Variables
|