Spaces:
Sleeping
Sleeping
File size: 178 Bytes
8da6fbf |
1 2 3 4 5 6 7 8 |
import os
from dotenv import load_dotenv
load_dotenv()
GROQ_API_KEY = os.getenv("GROQ_API_KEY")
SERPER_API_KEY = os.getenv("SERPER_API_KEY")
GEMINI = os.getenv("GEMINI") |