Skip to content

Commit c820d51

Browse files
committed
Load environment variables in HUD notebook
1 parent 33ce751 commit c820d51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notebooks/eval_osworld.ipynb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41+
"from dotenv import load_dotenv\n",
42+
"\n",
43+
"# Load environment variables from ../.env\n",
44+
"load_dotenv(dotenv_path='../.env')\n",
45+
"\n",
4146
"# Required environment variables:\n",
4247
"# - HUD_API_KEY (for HUD access)\n",
4348
"# - ANTHROPIC_API_KEY (for Claude models)\n",

0 commit comments

Comments
 (0)