Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import faiss
|
|
| 6 |
from groq import Groq
|
| 7 |
|
| 8 |
# 🔐 Enter your Groq API key here
|
| 9 |
-
groq_api_key = "
|
| 10 |
groq_client = Groq(api_key=groq_api_key)
|
| 11 |
|
| 12 |
# Globals for storing data and FAISS index
|
|
|
|
| 6 |
from groq import Groq
|
| 7 |
|
| 8 |
# 🔐 Enter your Groq API key here
|
| 9 |
+
groq_api_key = "GORQ_KEY" # Replace with your actual API key
|
| 10 |
groq_client = Groq(api_key=groq_api_key)
|
| 11 |
|
| 12 |
# Globals for storing data and FAISS index
|