diff --git a/docs/docs/how_to/configure.ipynb b/docs/docs/how_to/configure.ipynb index 6ccc71ee738..b9228ce7a27 100644 --- a/docs/docs/how_to/configure.ipynb +++ b/docs/docs/how_to/configure.ipynb @@ -409,7 +409,7 @@ " # When configuring the end runnable, we can then use this id to configure this field\n", " ConfigurableField(id=\"prompt\"),\n", " # This sets a default_key.\n", - " # If we specify this key, the default LLM (ChatAnthropic initialized above) will be used\n", + " # If we specify this key, the default prompt (asking for a joke, as initialized above) will be used\n", " default_key=\"joke\",\n", " # This adds a new option, with name `poem`\n", " poem=PromptTemplate.from_template(\"Write a short poem about {topic}\"),\n", @@ -494,7 +494,7 @@ " # When configuring the end runnable, we can then use this id to configure this field\n", " ConfigurableField(id=\"prompt\"),\n", " # This sets a default_key.\n", - " # If we specify this key, the default LLM (ChatAnthropic initialized above) will be used\n", + " # If we specify this key, the default prompt (asking for a joke, as initialized above) will be used\n", " default_key=\"joke\",\n", " # This adds a new option, with name `poem`\n", " poem=PromptTemplate.from_template(\"Write a short poem about {topic}\"),\n",