asif-coder commited on
Commit
e182395
·
verified ·
1 Parent(s): bf17205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from langchain_community.embeddings import HuggingFaceEmbeddings
17
  # GROQ_API_KEY = os.environ.get("Rag-based")
18
 
19
 
20
- client = Groq(api_key=os.environ.get("Rag-based"))
21
 
22
  # -----------------------------
23
  # Global Variables
 
17
  # GROQ_API_KEY = os.environ.get("Rag-based")
18
 
19
 
20
+ client = Groq(api_key=os.environ.get("Rag_based"))
21
 
22
  # -----------------------------
23
  # Global Variables