mjolnir1122 commited on
Commit
268f1d8
·
verified ·
1 Parent(s): 7e355c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ else:
26
  faiss.write_index(index, index_path)
27
 
28
  # Initialize Groq API
29
- client = Groq(api_key=os.getenv("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"))
30
 
31
  def rag_pipeline(query):
32
  """Retrieves relevant information from FAISS and queries Llama 3 via Groq API."""
 
26
  faiss.write_index(index, index_path)
27
 
28
  # Initialize Groq API
29
+ client = Groq(api_key=os.getenv("Groq_API_Key"))
30
 
31
  def rag_pipeline(query):
32
  """Retrieves relevant information from FAISS and queries Llama 3 via Groq API."""