Earlier quoted context omitted.
No, I mean Visual Studio (the IDE), not Visual Studio Code (the editor).
Of course they are different products, but is there really a meaningful distinction between VS Code and an IDE? For all i care VS Code is a complete IDE.
Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
51–60 of 160 posts
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#52I remember using Qwen 2.5 Coder for autocomplete with Continue.dev, that experience was a mess both in JetBrains IDEs, as well as Visual Studio Code. People posting stuff like this is really cool because otherwise it kinda feels like nobody gives a crap, for example even with Cline/RooCode/KiloCode there’s no good way for me to hook up an autocomplete model that either runs in Ollama or maybe a remote Cerebras Code m…
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#53[flagged]
You’re subtly pushing the same product in basically every one of your comments. If these are good faith comments please edit out the product name, it’s unnecessary and doing so as a green account just makes people consider you a spammer. Establish yourself first.
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#54It's good. The blog post about it is very interesting. I hope, a plugin for neovim will be made soon. https://blog.sweep.dev/posts/oss-next-edit
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#55I am the author of this Neovim plugin for edit completions. I was able to integrate it with the Sweep Edit model.
For anyone who is interested: https://github.com/leonardcser/cursortab.nvim
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#56Very cool! I understand that the 1.5B is small enough to run locally... but does it actually in the Sweep AI Jetbrains plugin? That is, if I install the plugin, will I download the model automatically and the plugin doesn't phone home?
no, as far as I can see there is no way to configure the Jetbrains plugin to use a local endpoint.
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#57Really cool. But how to use it instead of Copilot in VSCode ?
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#58It's really impressive so far, so quick to respond on a mac mini M2. And it appears to be accurate at least for the obvious questions.
I couldn't get it to work as an autocomplete of Zed unfortunately. It looks like it's hardwired to work with some providers and LMStudio is not included in the prediction engines list. Has anyone got a work around?
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#59ollama pull hf.co/sweepai/sweep-next-edit-1.5B
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#60This is a great resource to explore similar approach. https://blog.sweep.dev/posts/oss-next-edit
My notes so far https://kapilreddy.me/notes/2024/11/17/building-clojure-slm-...