From e479e9cc5010c95fbab58f7cafcfb8c17d6f993e Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Thu, 28 Sep 2023 13:19:54 +0200 Subject: [PATCH] Update docs/docs/concepts/components/llm-configuration.mdx Co-authored-by: Maxime Vdb --- docs/docs/concepts/components/llm-configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/concepts/components/llm-configuration.mdx b/docs/docs/concepts/components/llm-configuration.mdx index a825e5ace6db..e63bf70c3270 100644 --- a/docs/docs/concepts/components/llm-configuration.mdx +++ b/docs/docs/concepts/components/llm-configuration.mdx @@ -13,8 +13,8 @@ abstract: | All Rasa components which make use of an LLM can be configured. This includes: -* Which LLM provider to use -* The model you want to use +* The LLM provider +* The model * The sampling temperature * The prompt template