From b5020c7d9c56997069efaa5a51c595dd3e7d553d Mon Sep 17 00:00:00 2001 From: Michael Gokhman Date: Tue, 28 Mar 2023 09:35:54 +0300 Subject: [PATCH] docs: fix promptlayer link typo (#2005) tiny typo, just stumbled upon it when reading the docs Co-authored-by: Michael Gokhman --- .../models/chat/integrations/promptlayer_chatopenai.ipynb | 2 +- docs/modules/models/llms/integrations/promptlayer_openai.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/models/chat/integrations/promptlayer_chatopenai.ipynb b/docs/modules/models/chat/integrations/promptlayer_chatopenai.ipynb index 4f7c4620..fbd23379 100644 --- a/docs/modules/models/chat/integrations/promptlayer_chatopenai.ipynb +++ b/docs/modules/models/chat/integrations/promptlayer_chatopenai.ipynb @@ -62,7 +62,7 @@ "metadata": {}, "source": [ "## Set the Environment API Key\n", - "You can create a PromptLayer API Key at [wwww.promptlayer.com](https://ww.promptlayer.com) by clicking the settings cog in the navbar.\n", + "You can create a PromptLayer API Key at [www.promptlayer.com](https://www.promptlayer.com) by clicking the settings cog in the navbar.\n", "\n", "Set it as an environment variable called `PROMPTLAYER_API_KEY`." ] diff --git a/docs/modules/models/llms/integrations/promptlayer_openai.ipynb b/docs/modules/models/llms/integrations/promptlayer_openai.ipynb index 60ba4a3b..f19a95c2 100644 --- a/docs/modules/models/llms/integrations/promptlayer_openai.ipynb +++ b/docs/modules/models/llms/integrations/promptlayer_openai.ipynb @@ -62,7 +62,7 @@ "metadata": {}, "source": [ "## Set the Environment API Key\n", - "You can create a PromptLayer API Key at [wwww.promptlayer.com](https://ww.promptlayer.com) by clicking the settings cog in the navbar.\n", + "You can create a PromptLayer API Key at [www.promptlayer.com](https://www.promptlayer.com) by clicking the settings cog in the navbar.\n", "\n", "Set it as an environment variable called `PROMPTLAYER_API_KEY`." ]