chippyjolly commited on
Commit
4ac355f
·
verified ·
1 Parent(s): ebec276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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" # Replace with your actual 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