From 1e322ffc1c4c0c1d2782f6973dd3498d031597e0 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 13 May 2023 09:52:23 -0700 Subject: [PATCH] change heading --- docs/modules/models/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/models/getting_started.ipynb b/docs/modules/models/getting_started.ipynb index 042220d9c7d..981f29508bf 100644 --- a/docs/modules/models/getting_started.ipynb +++ b/docs/modules/models/getting_started.ipynb @@ -5,7 +5,7 @@ "id": "12f2b84c", "metadata": {}, "source": [ - "# Models\n", + "# Getting Started\n", "\n", "One of the core value props of LangChain is that it provides a standard interface to models. This allows you to swap easily between models. At a high level, there are two main types of models: \n", "\n",