searchGPT / config /config.py
gsayak's picture
added files
608a909
raw
history blame contribute delete
146 Bytes
import os
from dotenv import load_dotenv
load_dotenv()
OPENAI_API_KEY = os.getenv("OPEN_AI_KEY")
SCRAPER_API_KEY = os.getenv("SCRAPER_API_KEY")