From 3bded617b2ebe2917e10adc18bfe143237d29e80 Mon Sep 17 00:00:00 2001 From: Daniel Glogowski Date: Mon, 6 Jan 2025 17:53:48 -0800 Subject: [PATCH] api key section --- launchable/PDFtoPodcast.ipynb | 85 +---------------------------------- 1 file changed, 2 insertions(+), 83 deletions(-) diff --git a/launchable/PDFtoPodcast.ipynb b/launchable/PDFtoPodcast.ipynb index b9ae5f1..1fe4570 100644 --- a/launchable/PDFtoPodcast.ipynb +++ b/launchable/PDFtoPodcast.ipynb @@ -82,94 +82,13 @@ "id": "5cec102b-21d3-441c-a1a8-e72dbfc6c6fd", "metadata": {}, "source": [ - "### Get an NVIDIA NIM Trial API Key\n", + "## Get an NVIDIA NIM Trial API Key\n", "\n", "Prior to getting started, you will need to create API Keys to access NVIDIA NIM trial hosted endpoints.\n", "\n", "If you don’t have an NVIDIA account, you will be asked to sign-up. Each user gets a 1000 API trial credits upon signup to try NVIDIA NIM models.\n", "\n", - "You can use different model API endpoints with the same API key." - ] - }, - { - "cell_type": "markdown", - "id": "dd47fa8f-7b46-4188-aa77-73d57438058c", - "metadata": {}, - "source": [ - "1. Navigate to **[NVIDIA API Catalog](https://build.nvidia.com/explore/discover)**." - ] - }, - { - "cell_type": "markdown", - "id": "1b707189-4848-4ebc-ab4e-d55d7084bff5", - "metadata": {}, - "source": [ - "2. Select a model, such as Llama3-8b-instruct.\n", - " " - ] - }, - { - "cell_type": "markdown", - "id": "4217edc7-4689-4c91-8f32-59fe32d4240b", - "metadata": {}, - "source": [ - "3. Select an **Input** option. The following example is of a model that offers a Docker option. Not all of the models offer this option, but all include a “Get API Key” link" - ] - }, - { - "cell_type": "markdown", - "id": "9fff83e0-cfee-4c77-910b-317f087df453", - "metadata": {}, - "source": [ - "" - ] - }, - { - "cell_type": "markdown", - "id": "1931c98c-4419-44e9-85d1-edb98c40d655", - "metadata": {}, - "source": [ - "3. Click **Get API Key**." - ] - }, - { - "cell_type": "markdown", - "id": "ed353f53-1998-413c-9a64-1bcaad83913c", - "metadata": {}, - "source": [ - "" - ] - }, - { - "cell_type": "markdown", - "id": "5764837f-217c-43db-b48b-30ce34b6daf4", - "metadata": {}, - "source": [ - "4. Select **\"Generate Key\"**" - ] - }, - { - "cell_type": "markdown", - "id": "67e5065b-0472-4947-a4b1-be13cace84d1", - "metadata": {}, - "source": [ - "" - ] - }, - { - "cell_type": "markdown", - "id": "646b06b0-c691-4c0e-b288-19d3fa7ca109", - "metadata": {}, - "source": [ - "5. **Copy your key** and store it in a secure place. Do not share it." - ] - }, - { - "cell_type": "markdown", - "id": "9c8e6fdc-e035-44b9-87c8-3564f00b01ad", - "metadata": {}, - "source": [ - "" + "Click [here](https://build.nvidia.com/meta/llama-3_3-70b-instruct?signin=true&api_key=true) to sign-in and get an API key\n" ] }, {