mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 20:40:15 -06:00
Load environment variables in HUD notebook
This commit is contained in:
@@ -38,6 +38,11 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from dotenv import load_dotenv\n",
|
||||
"\n",
|
||||
"# Load environment variables from ../.env\n",
|
||||
"load_dotenv(dotenv_path='../.env')\n",
|
||||
"\n",
|
||||
"# Required environment variables:\n",
|
||||
"# - HUD_API_KEY (for HUD access)\n",
|
||||
"# - ANTHROPIC_API_KEY (for Claude models)\n",
|
||||
|
||||
Reference in New Issue
Block a user