Skip to content

Commit 20979d5

Browse files
authored
Merge branch 'master' into wip-v1.0
2 parents 188c015 + a35ee49 commit 20979d5

File tree

238 files changed

+3451
-2959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+3451
-2959
lines changed

libs/cli/langchain_cli/integration_template/docs/chat.ipynb

Lines changed: 259 additions & 257 deletions
Large diffs are not rendered by default.

libs/cli/langchain_cli/integration_template/docs/document_loaders.ipynb

Lines changed: 217 additions & 215 deletions
Large diffs are not rendered by default.

libs/cli/langchain_cli/integration_template/docs/llms.ipynb

Lines changed: 234 additions & 234 deletions
Large diffs are not rendered by default.

libs/cli/langchain_cli/integration_template/docs/stores.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
"import os\n",
6363
"\n",
6464
"if not os.getenv(\"__MODULE_NAME___API_KEY\"):\n",
65-
" os.environ[\"__MODULE_NAME___API_KEY\"] = getpass.getpass(\"Enter your __ModuleName__ API key: \")"
65+
" os.environ[\"__MODULE_NAME___API_KEY\"] = getpass.getpass(\n",
66+
" \"Enter your __ModuleName__ API key: \"\n",
67+
" )"
6668
]
6769
},
6870
{

0 commit comments

Comments
 (0)