docs: groq api key links (#29402)

This commit is contained in:
Erick Friis 2025-01-23 20:33:18 -08:00 committed by GitHub
parent bd1909fe05
commit 723b603f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
"source": [ "source": [
"# ChatGroq\n", "# ChatGroq\n",
"\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", "\n",
"## Overview\n", "## Overview\n",
"### Integration details\n", "### Integration details\n",
@ -37,7 +37,7 @@
"\n", "\n",
"### Credentials\n", "### Credentials\n",
"\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:"
] ]
}, },
{ {

View File

@ -21,7 +21,7 @@ Install the integration package:
pip install langchain-groq 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 ```bash
export GROQ_API_KEY=gsk_... export GROQ_API_KEY=gsk_...

View File

@ -20,7 +20,7 @@ Install the integration package:
pip install langchain-groq 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 ```bash
export GROQ_API_KEY=gsk_... export GROQ_API_KEY=gsk_...