Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from groq import Groq
|
|
7 |
vector_store = FAISS.load_local("faiss_index", HuggingFaceEmbeddings())
|
8 |
|
9 |
# Inisialisasi API Groq
|
10 |
-
client = Groq(api_key="
|
11 |
|
12 |
def retrieve_and_generate(query):
|
13 |
# Retrieve top 3 documents
|
|
|
7 |
vector_store = FAISS.load_local("faiss_index", HuggingFaceEmbeddings())
|
8 |
|
9 |
# Inisialisasi API Groq
|
10 |
+
client = Groq(api_key="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")
|
11 |
|
12 |
def retrieve_and_generate(query):
|
13 |
# Retrieve top 3 documents
|