Slide 34
Slide 34 text
Copyright © MILIZE Inc. All rights reserved Confidential
トークンエラーについて
34
その他トークンエラーに関するエラーについては公式documentを参照
https://aider.chat/docs/troubleshooting/token-limits.html
AWS bedrock上の
https://github.com/paul-gauthier/aider/issues/1359
{"bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0": {
"max_tokens": 8191,
"max_input_tokens": 100000,
"max_output_tokens": 8191,
"input_cost_per_second": 0.0175,
"output_cost_per_second": 0.0175,
"litellm_provider": "bedrock",
"mode": "chat",
"supports_assistant_prefill": true
}
}
.aider.model.metadata.jsonの中身
.aider.chat.history.md, .aider.input.historyと同じ階層に置く