Hello, I have tried to installed tiktoken in both way like this:
sudo luarocks install --lua-version 5.1 tiktoken_core
luarocks install tiktoken_core
It's install sucessfully. But in neovim, it's showing that tiktoken_core: missing.
Installing https://luarocks.org/tiktoken_core-0.2.1-1.src.rock
tiktoken_core 0.2.1-1 is already installed in /opt/homebrew
Use --force to reinstall.
How we can fix it ? Am I missing anythijng ?
CopilotChat.nvim [dependencies] ~
- OK plenary: installed
- OK copilot: copilot.lua
- WARNING tiktoken_core: missing, optional for token counting. See README for installation instructions.
- OK treesitter[markdown]: installed
- OK treesitter[diff]: installed
Hello, I have tried to installed tiktoken in both way like this:
It's install sucessfully. But in neovim, it's showing that tiktoken_core: missing.
How we can fix it ? Am I missing anythijng ?