Agentic_RAG / config.py
mariemerenc's picture
Update config.py
77e87f2 verified
raw
history blame contribute delete
125 Bytes
import os
GROQ_API_KEY = os.getenv("GROQ_API_KEY")
SERPER_API_KEY = os.getenv("SERPER_API_KEY")
GEMINI = os.getenv("GEMINI")