From f49a258fadf1df469ecf79c047e56e20596aa98d Mon Sep 17 00:00:00 2001 From: Danny Banks Date: Wed, 13 Nov 2024 09:12:19 -0800 Subject: [PATCH] Update src/pages/[platform]/ai/concepts/models/index.mdx Co-authored-by: Ian Saultz <52051793+atierian@users.noreply.github.com> --- src/pages/[platform]/ai/concepts/models/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/ai/concepts/models/index.mdx b/src/pages/[platform]/ai/concepts/models/index.mdx index 20cf6aa01de..fd531c7d4aa 100644 --- a/src/pages/[platform]/ai/concepts/models/index.mdx +++ b/src/pages/[platform]/ai/concepts/models/index.mdx @@ -91,7 +91,7 @@ Each model and model provider has their own strengths and weaknesses. We encoura ### Context window -Each model has its own context window size. The context window is how much information you can send to the model. Because FMs are stateless, but can contain message history, the context window can continue to grow as you "chat" with a model. The context window for models is defined by the number of tokens it can receive +Each model has its own context window size. The context window is how much information you can send to the model. FMs are stateless, but conversation routes manage message history, so the context window can continue to grow as you "chat" with a model. The context window for models is defined by the number of tokens it can receive. ### Latency