Replies: 1 comment
-
🤔Yes! If you want a local AI-powered autocomplete, similar to Grammarly but beyond just code, tweaking llama.vscode can improve results. Lowering temperature (0.2–0.5) and using structured Markdown (with icons for clarity) helps AI understand tasks better. If you need smarter suggestions, try Ollama, LM Studio, or GPT4All for offline AI completion. For instant text expansion, tools like Espanso (desktop) and Texpand (mobile) streamline writing. Want a boost inside VSCode, or are you open to a standalone AI assistant🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since you have such neat implementations for coding, I wanted to know if you use something similar, but for a more general autocompletion as opposed to coding. Like a local Grammarly?
I tried using other models with llama.vscode and markdown for managing a todo list, but it wasn't as helpful as I was hoping for. Maybe I need to change up some settings in the extension?
Beta Was this translation helpful? Give feedback.
All reactions