From 723b603f52c0ebc0d0990cbff38b5bfcd6f3e566 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 23 Jan 2025 20:33:18 -0800 Subject: [PATCH] docs: groq api key links (#29402) --- docs/docs/integrations/chat/groq.ipynb | 4 ++-- docs/docs/integrations/providers/groq.mdx | 2 +- libs/partners/groq/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/chat/groq.ipynb b/docs/docs/integrations/chat/groq.ipynb index e4a4ad24aa4..7f5bd28b3ed 100644 --- a/docs/docs/integrations/chat/groq.ipynb +++ b/docs/docs/integrations/chat/groq.ipynb @@ -17,7 +17,7 @@ "source": [ "# ChatGroq\n", "\n", - "This will help you getting started with Groq [chat models](../../concepts/chat_models.mdx). For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://python.langchain.com/api_reference/groq/chat_models/langchain_groq.chat_models.ChatGroq.html). For a list of all Groq models, visit this [link](https://console.groq.com/docs/models).\n", + "This will help you getting started with Groq [chat models](../../concepts/chat_models.mdx). For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://python.langchain.com/api_reference/groq/chat_models/langchain_groq.chat_models.ChatGroq.html). For a list of all Groq models, visit this [link](https://console.groq.com/docs/models?utm_source=langchain).\n", "\n", "## Overview\n", "### Integration details\n", @@ -37,7 +37,7 @@ "\n", "### Credentials\n", "\n", - "Head to the [Groq console](https://console.groq.com/keys) to sign up to Groq and generate an API key. Once you've done this set the GROQ_API_KEY environment variable:" + "Head to the [Groq console](https://console.groq.com/login?utm_source=langchain&utm_content=chat_page) to sign up to Groq and generate an API key. Once you've done this set the GROQ_API_KEY environment variable:" ] }, { diff --git a/docs/docs/integrations/providers/groq.mdx b/docs/docs/integrations/providers/groq.mdx index 826e7699ae4..a7bc31364c2 100644 --- a/docs/docs/integrations/providers/groq.mdx +++ b/docs/docs/integrations/providers/groq.mdx @@ -21,7 +21,7 @@ Install the integration package: pip install langchain-groq ``` -Request an [API key](https://wow.groq.com) and set it as an environment variable: +Request an [API key](https://console.groq.com/login?utm_source=langchain&utm_content=provider_page) and set it as an environment variable: ```bash export GROQ_API_KEY=gsk_... diff --git a/libs/partners/groq/README.md b/libs/partners/groq/README.md index c8cae745a40..f02f0e9e034 100644 --- a/libs/partners/groq/README.md +++ b/libs/partners/groq/README.md @@ -20,7 +20,7 @@ Install the integration package: pip install langchain-groq ``` -Request an [API key](https://wow.groq.com) and set it as an environment variable +Request an [API key](https://console.groq.com/login?utm_source=langchain&utm_content=package_readme) and set it as an environment variable ```bash export GROQ_API_KEY=gsk_...