Che237 commited on
Commit
ff867b4
·
verified ·
1 Parent(s): abbb71b

Upload notebooks/04_agent_intelligence.ipynb with huggingface_hub

Browse files
notebooks/04_agent_intelligence.ipynb CHANGED
@@ -40,7 +40,7 @@
40
  "warnings.filterwarnings('ignore')\n",
41
  "\n",
42
  "# Load configuration\n",
43
- "config_path = Path(\"../notebook_config.json\")\n",
44
  "with open(config_path) as f:\n",
45
  " CONFIG = json.load(f)\n",
46
  "\n",
 
40
  "warnings.filterwarnings('ignore')\n",
41
  "\n",
42
  "# Load configuration\n",
43
+ "config_path = Path(\"notebook_config.json\")\nif not config_path.exists():\n config_path = Path(\"/home/user/app/notebooks/notebook_config.json\")\n",
44
  "with open(config_path) as f:\n",
45
  " CONFIG = json.load(f)\n",
46
  "\n",