Skip to content
What is the Context Window?
- The context window refers to the maximum memory capacity of a large language model before it begins to “forget” previous information.
- It represents the maximum span of text the model can analyze at once, impacting its ability to generate or process text.
- Measured in tokens, which vary in number per word based on the language and tokenization method used, with an average of 0.75 words per token.
Key Resources
Important Points
- The context window affects both input and output during a conversation, with longer responses consuming more of it.
- Requesting concise answers can optimize context window usage.
- Not all context window capacity is visible to users due to internal model operations and instructions.
- Custom GPTs also utilize the context window for their specific instructions and interactions.