From 632c2b49dabbccab92e37d01e4d1d86b6fa68457 Mon Sep 17 00:00:00 2001 From: LaloLalo1999 Date: Fri, 31 Mar 2023 17:16:23 -0600 Subject: [PATCH] Fixed the link to promptlayer dashboard (#2246) Fixed a simple error where in the PromptLayer LLM documentation, the "PromptLayer dashboard" hyperlink linked to "https://ww.promptlayer.com" instead of "https://www.promptlayer.com". Solved issue #2245 --- docs/modules/models/llms/integrations/promptlayer_openai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/llms/integrations/promptlayer_openai.ipynb b/docs/modules/models/llms/integrations/promptlayer_openai.ipynb index f19a95c2..f77a8534 100644 --- a/docs/modules/models/llms/integrations/promptlayer_openai.ipynb +++ b/docs/modules/models/llms/integrations/promptlayer_openai.ipynb @@ -115,7 +115,7 @@ "id": "a2d76826", "metadata": {}, "source": [ - "**The above request should now appear on your [PromptLayer dashboard](https://ww.promptlayer.com).**" + "**The above request should now appear on your [PromptLayer dashboard](https://www.promptlayer.com).**" ] }, {