nvim-llama icon indicating copy to clipboard operation
nvim-llama copied to clipboard

🦙 Ollama interfaces for Neovim

Results 8 nvim-llama issues
Sort by recently updated
recently updated
newest added

Error checking docker status: ...local/share/nvim/lazy/nvim-llama/lua/nvim-llama/init.lua:47: Docker is not running. After running the plugin the above error appeared any ideas cuz i do not seem to find anything about it out...

AMD gpus are now supported in Ollama: https://ollama.com/blog/amd-preview It'd be great to surface that (which requires running the ROCm) tagged container.

I might have missed something but from what I could tell once I run :Llama that container is on and can't be stopped from neovim without manually running docker commands....

I had some troubles getting this plugin running because it is using port 11343 that port was already being used by my local copy of ollama service. The error from...

Since HOME is not defaultly set on windows, nvim running ollama.lua doesn't find HOME variable and it doesn't run. ![image](https://github.com/jpmcb/nvim-llama/assets/36959525/cd630b43-353a-477a-ae87-e68776600038) The error showed is this one: ![image](https://github.com/jpmcb/nvim-llama/assets/36959525/cae12fc2-c614-4a73-a6ed-23850581e35e)

nvim-llama should support using a remote ollama host: ollama supports this out of the box with a `OLLAMA_HOST` env variable but using docker, we'll need to inspect this manually and...

Some good feedback from this video: https://www.youtube.com/watch?v=MzFr7iXsESs - Consider some sort of alternatives to Neovim's native terminal mode. I'll be the first to admit that terminal mode is ... abit...

We should look at how we can also support llamafiles: https://github.com/Mozilla-Ocho/llamafile This would be another great paradigm for running llms within neovim