mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
add load_dotenv (#5474)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user