From e7319b2c6e1f532bba8fc100ccadd5bfe939af22 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Wed, 31 Jul 2024 15:31:11 -0700 Subject: [PATCH] scripts[patch]: Nits to codeblocks in chat template --- .../src/cli/docs/templates/chat.ipynb | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/libs/langchain-scripts/src/cli/docs/templates/chat.ipynb b/libs/langchain-scripts/src/cli/docs/templates/chat.ipynb index 712e659c62b5..d3ac93a309fb 100644 --- a/libs/langchain-scripts/src/cli/docs/templates/chat.ipynb +++ b/libs/langchain-scripts/src/cli/docs/templates/chat.ipynb @@ -45,37 +45,17 @@ "\n", "Head to (TODO: link) to sign up to `__ModuleName__` and generate an API key. Once you've done this set the `__MODULE_NAME_ALL_CAPS___API_KEY` environment variable:\n", "\n", - "```{=mdx}\n", - "\n", "```bash\n", "export __MODULE_NAME_ALL_CAPS___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 __ModuleName__ integration lives in the `__package_name_pretty__` package:\n",