Jaal047 commited on
Commit
60df988
·
verified ·
1 Parent(s): ee8c5b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="YOUR_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