fix: decrease history max tokens (#1709)

This commit is contained in:
yetone
2025-03-25 16:07:45 +08:00
committed by GitHub
parent 6443f1dc5e
commit 8c4244b940
2 changed files with 3 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ M._defaults = {
use_cwd_as_project_root = false,
},
history = {
max_tokens = 8192,
max_tokens = 4096,
storage_path = vim.fn.stdpath("state") .. "/avante",
paste = {
extension = "png",