|
25 | 25 | "tags": [] |
26 | 26 | }, |
27 | 27 | "source": [ |
28 | | - "[Introduction](#Introduction)\n", |
| 28 | + "[Introduction](#Introduction)\\\n", |
29 | 29 | "[Imports](#Imports)\\\n", |
30 | 30 | "[Prompt Engineering](#Prompt-Engineering)\\\n", |
31 | 31 | "[Esri Model Definition(EMD) file](#Esri-Model-Definition(EMD)-file)\\\n", |
|
390 | 390 | " with open(kwargs[\"model\"]) as f:\n", |
391 | 391 | " temp_payload = json.load(f)\n", |
392 | 392 | " kwargs.update(temp_payload)\n", |
393 | | - " # This block of the code will parse params from emd or from kwargs through python API\n", |
| 393 | + " # This block of the code will parse params from emd or kwargs passed from arcgis.learn python API\n", |
394 | 394 | " self.API_BASE = kwargs.get(\"api_base\", \"\")\n", |
395 | 395 | " self.API_KEY = kwargs.get(\"api_key\", \"\")\n", |
396 | 396 | " self.engine = kwargs.get(\"engine\", \"\")\n", |
|
583 | 583 | " with open(kwargs[\"model\"]) as f:\n", |
584 | 584 | " temp_payload = json.load(f)\n", |
585 | 585 | " kwargs.update(temp_payload)\n", |
586 | | - " # This block of the code will parse params from emd or from kwargs through python API\n", |
| 586 | + " # This block of the code will parse params from emd or kwargs passed from arcgis.learn python API\n", |
587 | 587 | " self.API_BASE = kwargs.get(\"api_base\", \"\")\n", |
588 | 588 | " self.API_KEY = kwargs.get(\"api_key\", \"\")\n", |
589 | 589 | " self.engine = kwargs.get(\"engine\", \"\")\n", |
|
0 commit comments