Skip to content

Commit f49a258

Browse files
Update src/pages/[platform]/ai/concepts/models/index.mdx
Co-authored-by: Ian Saultz <[email protected]>
1 parent 48d11c4 commit f49a258

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/concepts/models

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/concepts/models/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Each model and model provider has their own strengths and weaknesses. We encoura
9191

9292
### Context window
9393

94-
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
94+
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.
9595

9696
### Latency
9797

0 commit comments

Comments
 (0)