add load_dotenv (#5474)

This commit is contained in:
merwanehamadi
2023-10-02 10:56:56 -07:00
committed by GitHub
parent 75116ff6b9
commit 80487bc4b1

View File

@@ -14,6 +14,8 @@ from helicone.lock import HeliconeLockManager
from agbenchmark.app import app
from agbenchmark.reports.ReportManager import SingletonReportManager
from agbenchmark.utils.data_types import AgentBenchmarkConfig
from dotenv import load_dotenv
load_dotenv()
BENCHMARK_START_TIME_DT = datetime.now(timezone.utc)
BENCHMARK_START_TIME = BENCHMARK_START_TIME_DT.strftime("%Y-%m-%dT%H:%M:%S+00:00")