feat(clipboard): initial support (#279)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-27 06:57:29 -04:00
committed by GitHub
parent 77551ce734
commit cf68572494
10 changed files with 244 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
--Taken from https://github.com/jackMort/ChatGPT.nvim/blob/main/lua/chatgpt/flows/chat/tokens.lua
local Tiktoken = require("avante.tiktoken")
---@class avante.utils.tokens
local Tokens = {}
---@type table<[string], number>