llama-coder
llama-coder copied to clipboard
Replace Copilot local AI
As said in the title, the chat feature is really missing. ie if I want the assistant to explain some code, I can't do it currently with llama coder.
While testing #54 I noticed a typo in the config code, which actually caused the modelFormat to be incorrect when setting a custom type. Fixed the typo, so hopefully the...
There are a lot of models to choose from I can't tell from their names (e.g. deepseek-coder:6.7b-base-q what the difference of all these models is It would be good to...
Adds a check to provideInlineCompletionItems which skips the delay call if the completion was triggered manually (such as by using the built-in 'Trigger inline suggestion' action). This allows automatic completions...
I've downloaded ollama I'm not sure what i'm expecting to happen I've pulled the model locally. There is no guidance on what is expected to happen or how to use?...
Ran into an issue with using the Ollama API through Open-WebUI. They add an id message at the beginning of the stream that does not include a '.response' part of...
@ex3ndr, hi, is it possible to add to enum `package.json` absolutely all models? Very few 70b models
 I've noticed that code suggestions from the extension sometimes include a trailing newline as shown in the screenshot, leading to an issue where pressing the Tab key inserts a...
Hi! Thanks for coding this little wonder of extension. Kudos! I've been using it for a bit, and I have noticed that every autocompletion generates an extra request to the...
When my computer is running on battery I would like to be able to disable autocomplete so that I can save power. This behaviour should be configurable so that users...