feat(tokens): add token count display to sidebar (#956)
* feat (tokens) add token count display to sidebar * refactor: calculate the real tokens and reuse input hints to avoid occlusion --------- Co-authored-by: yetone <yetoneful@gmail.com>
This commit is contained in:
@@ -69,7 +69,6 @@ function Suggestion:suggest()
|
||||
|
||||
Llm.stream({
|
||||
provider = provider,
|
||||
bufnr = bufnr,
|
||||
ask = true,
|
||||
selected_files = { { content = code_content, file_type = filetype, path = "" } },
|
||||
code_lang = filetype,
|
||||
|
||||
Reference in New Issue
Block a user