You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/ai/concepts/models/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Each model and model provider has their own strengths and weaknesses. We encoura
91
91
92
92
### Context window
93
93
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.
0 commit comments