From 91032fae32651450767443de45e07184356965c8 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Wed, 31 Jul 2024 15:33:27 -0700 Subject: [PATCH] cr --- .../docs/integrations/chat/fireworks.ipynb | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/docs/core_docs/docs/integrations/chat/fireworks.ipynb b/docs/core_docs/docs/integrations/chat/fireworks.ipynb index 400941f9ee1f..739554c91f4b 100644 --- a/docs/core_docs/docs/integrations/chat/fireworks.ipynb +++ b/docs/core_docs/docs/integrations/chat/fireworks.ipynb @@ -39,40 +39,20 @@ "\n", "Head to [the Fireworks website](https://fireworks.ai/login) to sign up to Fireworks and generate an API key. Once you've done this set the `FIREWORKS_API_KEY` environment variable:\n", "\n", - "```{=mdx}\n", - "\n", "```bash\n", "export FIREWORKS_API_KEY=\"your-api-key\"\n", "```\n", "\n", - "```" - ] - }, - { - "cell_type": "markdown", - "id": "72ee0c4b-9764-423a-9dbf-95129e185210", - "metadata": {}, - "source": [ "If you want to get automated tracing of your model calls you can also set your [LangSmith](https://docs.smith.langchain.com/) API key by uncommenting below:\n", "\n", - "```{=mdx}\n", - "\n", "```bash\n", "# export LANGCHAIN_TRACING_V2=\"true\"\n", "# export LANGCHAIN_API_KEY=\"your-api-key\"\n", "```\n", "\n", - "```" - ] - }, - { - "cell_type": "markdown", - "id": "0730d6a1-c893-4840-9817-5e5251676d5d", - "metadata": {}, - "source": [ "### Installation\n", "\n", - "The LangChain ChatFireworks integration lives in the `@langchain/community/chat_models/fireworks` package:\n", + "The LangChain `ChatFireworks` integration lives in the `@langchain/community` package:\n", "\n", "```{=mdx}\n", "\n",