We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ce751 commit c820d51Copy full SHA for c820d51
notebooks/eval_osworld.ipynb
@@ -38,6 +38,11 @@
38
"metadata": {},
39
"outputs": [],
40
"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
46
"# Required environment variables:\n",
47
"# - HUD_API_KEY (for HUD access)\n",
48
"# - ANTHROPIC_API_KEY (for Claude models)\n",
0 commit comments