guardrails-arena / config.py
rohankaran's picture
initial commit
60ba966
raw
history blame contribute delete
No virus
109 Bytes
import os
from dotenv import load_dotenv
load_dotenv()
LIGHTHOUZ_API_URL = os.getenv("LIGHTHOUZ_API_URL")