diff --git a/docs/modules/llms/integrations/hf_text_generation.ipynb b/docs/modules/llms/integrations/hf_text_generation.ipynb index 2304e823d86..3dd3dabba32 100644 --- a/docs/modules/llms/integrations/hf_text_generation.ipynb +++ b/docs/modules/llms/integrations/hf_text_generation.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "de3891c4", + "id": "c24e8282", "metadata": {}, "source": [ "# Hugging Face Text Generation\n", @@ -13,7 +13,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "98ad751e", + "id": "1f80bc2b", "metadata": {}, "outputs": [], "source": [ @@ -23,18 +23,18 @@ { "cell_type": "code", "execution_count": 2, - "id": "52c9d869", + "id": "1565057d", "metadata": {}, "outputs": [], "source": [ "import os\n", - "os.environ[\"HUGGINGFACEHUB_API_TOKEN\"] = \"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\"" + "os.environ[\"HUGGINGFACEHUB_API_TOKEN\"] = \"...\"" ] }, { "cell_type": "code", "execution_count": 3, - "id": "22cb0be7", + "id": "106d666e", "metadata": {}, "outputs": [], "source": [ @@ -44,7 +44,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "5be94ca9", + "id": "06674c54", "metadata": {}, "outputs": [ { @@ -64,7 +64,7 @@ }, { "cell_type": "markdown", - "id": "91a35235", + "id": "8cc64861", "metadata": {}, "source": [ "## Streaming\n", @@ -74,7 +74,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "e14528af", + "id": "8d3cad0a", "metadata": {}, "outputs": [], "source": [ @@ -85,7 +85,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "c2e0abbc", + "id": "f51ccaac", "metadata": {}, "outputs": [], "source": [ @@ -95,7 +95,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "9e8ee429", + "id": "803790e0", "metadata": {}, "outputs": [ { @@ -113,7 +113,7 @@ { "cell_type": "code", "execution_count": null, - "id": "fbc554fd", + "id": "cc200116", "metadata": {}, "outputs": [], "source": []