mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-27 15:55:00 +00:00
copy
This commit is contained in:
parent
80458f9b0a
commit
43e938367c
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ nav_order: 25
|
|||
|
||||
# Token limits
|
||||
|
||||
Every LLM has limits on how many tokens it can process:
|
||||
Every LLM has limits on how many tokens it can process for each request:
|
||||
|
||||
- The model's **context window** limits how many tokens of
|
||||
- The model's **context window** limits how many total tokens of
|
||||
*input and output* it can process.
|
||||
- Each model has limit on how many **output tokens** it can
|
||||
produce.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue