docs: update stale links in Together AI documentation (#19011)

**Description:** Update stales link in Together AI documentation
**Issue:** Some links pointed to legacy webpages on the Together AI
website
**Dependencies:** None
**Lint and test**: `make format`, `make lint` were run
pull/19013/head
aditya thomas 2 months ago committed by GitHub
parent 80eb510a7b
commit 05008c4f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,7 @@
" \n", " \n",
"[Together AI](https://python.langchain.com/docs/integrations/llms/together) has a broad set of OSS LLMs via inference API.\n", "[Together AI](https://python.langchain.com/docs/integrations/llms/together) has a broad set of OSS LLMs via inference API.\n",
"\n", "\n",
"See [here](https://api.together.xyz/playground). We use `\"mistralai/Mixtral-8x7B-Instruct-v0.1` for RAG on the Mixtral paper.\n", "See [here](https://docs.together.ai/docs/inference-models). We use `\"mistralai/Mixtral-8x7B-Instruct-v0.1` for RAG on the Mixtral paper.\n",
"\n", "\n",
"Download the paper:\n", "Download the paper:\n",
"https://arxiv.org/pdf/2401.04088.pdf" "https://arxiv.org/pdf/2401.04088.pdf"
@ -148,7 +148,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.16" "version": "3.9.6"
} }
}, },
"nbformat": 4, "nbformat": 4,

@ -13,7 +13,7 @@
"https://api.together.xyz/settings/api-keys. This can be passed in as init param\n", "https://api.together.xyz/settings/api-keys. This can be passed in as init param\n",
"``together_api_key`` or set as environment variable ``TOGETHER_API_KEY``.\n", "``together_api_key`` or set as environment variable ``TOGETHER_API_KEY``.\n",
"\n", "\n",
"Together API reference: https://docs.together.ai/reference/inference" "Together API reference: https://docs.together.ai/reference"
] ]
}, },
{ {

@ -12,7 +12,7 @@
"https://api.together.xyz/settings/api-keys. This can be passed in as init param\n", "https://api.together.xyz/settings/api-keys. This can be passed in as init param\n",
"``together_api_key`` or set as environment variable ``TOGETHER_API_KEY``.\n", "``together_api_key`` or set as environment variable ``TOGETHER_API_KEY``.\n",
"\n", "\n",
"Together API reference: https://docs.together.ai/reference/inference\n", "Together API reference: https://docs.together.ai/reference\n",
"\n", "\n",
"You will also need to install the `langchain-together` integration package:" "You will also need to install the `langchain-together` integration package:"
] ]

Loading…
Cancel
Save