mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Update deepseek-chat max tokens
This commit is contained in:
parent
ab61ae2b36
commit
acc4893a7f
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
||||||
"supports_response_schema": true
|
"supports_response_schema": true
|
||||||
},
|
},
|
||||||
"openrouter/deepseek/deepseek-chat": {
|
"openrouter/deepseek/deepseek-chat": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 8192,
|
||||||
"max_input_tokens": 32000,
|
"max_input_tokens": 66000,
|
||||||
"max_output_tokens": 4096,
|
"max_output_tokens": 4096,
|
||||||
"input_cost_per_token": 0.00000014,
|
"input_cost_per_token": 0.00000014,
|
||||||
"output_cost_per_token": 0.00000028,
|
"output_cost_per_token": 0.00000028,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue