mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
docs: groq api key links (#29402)
This commit is contained in:
parent
bd1909fe05
commit
723b603f52
@ -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:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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_...
|
||||||
|
@ -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_...
|
||||||
|
Loading…
Reference in New Issue
Block a user