|
235 | 235 | "Snowflake accounts with network policies that limit connections by IP, may require exceptions to be added for ChatGPT.\n", |
236 | 236 | "* Review the Snowflake documentation on [Network Policies](https://docs.snowflake.com/en/user-guide/network-policies)\n", |
237 | 237 | "* Go to the Snowflake Worksheets\n", |
238 | | - "* Create a network rule with the ChatGPT IP egress ranges listed [here](https://platform.openai.com/docs/actions/production/ip-egress-ranges)\n", |
| 238 | + "* Create a network rule with the ChatGPT IP egress ranges listed [here](https://platform.openai.com/docs/actions/production/ip-egress-ranges#ip-egress-ranges)\n", |
239 | 239 | "* Create a corresponding Network Policy" |
240 | 240 | ] |
241 | 241 | }, |
|
301 | 301 | "metadata": {}, |
302 | 302 | "source": [ |
303 | 303 | "<details>\n", |
304 | | - " <summary>Automate Network Rule Configuration</summary>\n", |
| 304 | + " <summary>Optional: Automate Network Rule Configuration</summary>\n", |
305 | 305 | " \n", |
306 | 306 | " There are now over 100 egress IP addresses used by ChatGPT. The list updates irregularly and without announcement. To keep up to date with it, we can fetch the list on a daily basis and apply it to our network rule.\n", |
307 | 307 | "\n", |
|
381 | 381 | "cell_type": "markdown", |
382 | 382 | "metadata": {}, |
383 | 383 | "source": [ |
384 | | - "## Configure GPT Action Authentication\n", |
| 384 | + "## 3. Configure GPT Action Authentication\n", |
385 | 385 | "### Gather key information from Snowflake\n", |
386 | 386 | "* Retrieve your OAuth Client ID, Auth URL, and Token URL\n" |
387 | 387 | ] |
|
404 | 404 | "metadata": {}, |
405 | 405 | "source": [ |
406 | 406 | "\n", |
407 | | - "You’ll find the required information in these 3 columns:" |
| 407 | + "You’ll find the required information in these 3 rows:" |
408 | 408 | ] |
409 | 409 | }, |
410 | 410 | { |
|
476 | 476 | "cell_type": "markdown", |
477 | 477 | "metadata": {}, |
478 | 478 | "source": [ |
479 | | - "### Post-Action Steps" |
| 479 | + "### 4. Update the Snowflake Integration Redirect URI" |
480 | 480 | ] |
481 | 481 | }, |
482 | 482 | { |
|
0 commit comments