diff --git a/cookbook/together_ai.ipynb b/cookbook/together_ai.ipynb index a6c41bdbb6..346f349eb4 100644 --- a/cookbook/together_ai.ipynb +++ b/cookbook/together_ai.ipynb @@ -9,7 +9,7 @@ " \n", "[Together AI](https://python.langchain.com/docs/integrations/llms/together) has a broad set of OSS LLMs via inference API.\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", "Download the paper:\n", "https://arxiv.org/pdf/2401.04088.pdf" @@ -148,7 +148,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.16" + "version": "3.9.6" } }, "nbformat": 4, diff --git a/docs/docs/integrations/llms/together.ipynb b/docs/docs/integrations/llms/together.ipynb index a166ddb116..1c46010345 100644 --- a/docs/docs/integrations/llms/together.ipynb +++ b/docs/docs/integrations/llms/together.ipynb @@ -13,7 +13,7 @@ "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", "\n", - "Together API reference: https://docs.together.ai/reference/inference" + "Together API reference: https://docs.together.ai/reference" ] }, { diff --git a/docs/docs/integrations/providers/together.ipynb b/docs/docs/integrations/providers/together.ipynb index feeb4a0229..3085f0b352 100644 --- a/docs/docs/integrations/providers/together.ipynb +++ b/docs/docs/integrations/providers/together.ipynb @@ -12,7 +12,7 @@ "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", "\n", - "Together API reference: https://docs.together.ai/reference/inference\n", + "Together API reference: https://docs.together.ai/reference\n", "\n", "You will also need to install the `langchain-together` integration package:" ]