Amna2024 commited on
Commit
b2b8912
·
verified ·
1 Parent(s): 2390b65

Update rag_service.py

Browse files
Files changed (1) hide show
  1. rag_service.py +1 -1
rag_service.py CHANGED
@@ -18,7 +18,7 @@ from langchain_core.prompts import ChatPromptTemplate
18
 
19
  class RAGService:
20
  def __init__(self):
21
- self.gemini_key = os.getenv("GEMINI_API_KEY")
22
  self.groq_key = os.getenv("GROQ_API_KEY")
23
 
24
  # Initialize embeddings
 
18
 
19
  class RAGService:
20
  def __init__(self):
21
+ self.gemini_key = os.getenv("GOOGLE_API_KEY")
22
  self.groq_key = os.getenv("GROQ_API_KEY")
23
 
24
  # Initialize embeddings