feat: enable token counting (#1157)
This commit is contained in:
@@ -246,6 +246,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
||||
auto_apply_diff_after_generation = false,
|
||||
support_paste_from_clipboard = false,
|
||||
minimize_diff = true, -- Whether to remove unchanged lines when applying a code block
|
||||
enable_token_counting = true, -- Whether to enable token counting. Default to true.
|
||||
},
|
||||
mappings = {
|
||||
--- @class AvanteConflictMappings
|
||||
|
||||
Reference in New Issue
Block a user