Skip to content

Commit 05008c4

Browse files
authored
docs: update stale links in Together AI documentation (langchain-ai#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
1 parent 80eb510 commit 05008c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cookbook/together_ai.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
" \n",
1010
"[Together AI](https://python.langchain.com/docs/integrations/llms/together) has a broad set of OSS LLMs via inference API.\n",
1111
"\n",
12-
"See [here](https://api.together.xyz/playground). We use `\"mistralai/Mixtral-8x7B-Instruct-v0.1` for RAG on the Mixtral paper.\n",
12+
"See [here](https://docs.together.ai/docs/inference-models). We use `\"mistralai/Mixtral-8x7B-Instruct-v0.1` for RAG on the Mixtral paper.\n",
1313
"\n",
1414
"Download the paper:\n",
1515
"https://arxiv.org/pdf/2401.04088.pdf"
@@ -148,7 +148,7 @@
148148
"name": "python",
149149
"nbconvert_exporter": "python",
150150
"pygments_lexer": "ipython3",
151-
"version": "3.9.16"
151+
"version": "3.9.6"
152152
}
153153
},
154154
"nbformat": 4,

docs/docs/integrations/llms/together.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"https://api.together.xyz/settings/api-keys. This can be passed in as init param\n",
1414
"``together_api_key`` or set as environment variable ``TOGETHER_API_KEY``.\n",
1515
"\n",
16-
"Together API reference: https://docs.together.ai/reference/inference"
16+
"Together API reference: https://docs.together.ai/reference"
1717
]
1818
},
1919
{

docs/docs/integrations/providers/together.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"https://api.together.xyz/settings/api-keys. This can be passed in as init param\n",
1313
"``together_api_key`` or set as environment variable ``TOGETHER_API_KEY``.\n",
1414
"\n",
15-
"Together API reference: https://docs.together.ai/reference/inference\n",
15+
"Together API reference: https://docs.together.ai/reference\n",
1616
"\n",
1717
"You will also need to install the `langchain-together` integration package:"
1818
]

0 commit comments

Comments
 (0)