I have a similar workflow using ollama in the terminal and gen.nvim running a 7b model locally, it works great for simples tasks. I recommend it to anyone who wants to avoid the costs of using openai.
@j0hnc0nn0r-sec6 күн бұрын
Gonna try this out
@monkmonkcj23186 күн бұрын
This is fantastic. Thanks for posting. Love the vibes of the channel. What monitor is that?
From what was shown here, I think 'aichat' is more complete. It can connect to multiple providers easily, including any OpenAi compatible ones, it has a flag to run the command (asking for confirmation) instead of having to copy-paste it, a repl, support for rag with supported providers (like the free jina), support for custom prompts, and a function calling functionality when integrating with another project of the creator (where you can write functions in bash, python, java), among other stuff. It is also written in Rust, so you just need the binary.
@ricardokullock25356 күн бұрын
Another tool that seems nice, specifically for neovim, is 'Avante.nvim', but I'm still exploring it... It seems still unstable from what I could see.