8 ms·
Really? Jetbrains has their own AI? Their terms seem to indicate that they use 3rd party models. https://www.jetbrains.com/legal/docs/terms/jetbrains-ai/service
by screature2 2y ago
Really? Jetbrains has their own AI? Their terms seem to indicate that they use 3rd party models. https://www.jetbrains.com/legal/docs/terms/jetbrains-ai/service-providers/ https://www.jetbrains.com/legal/docs/terms/jetbrains-ai/serv...
- wokwokwok 2y ago> Full Line code completion runs entirely on your local device without sending any code over the internet. (1) They are executed locally, and you can find the local model files if you look hard enough (2). (AI Assistant is different, costs extra and runs over the network; but you dont have to use it) [1] - https://www.jetbrains.com/help/idea/full-line-code-completion.html https://www.jetbrains.com/help/idea/full-line-code-completio... [2] - https://gist.github.com/WarningImHack3r/2a38bb66d69fb5e7acd85a8d20de19e6 https://gist.github.com/WarningImHack3r/2a38bb66d69fb5e7acd8...
- Semaphor 2y agoI tried a bunch of things, and their local line-completion is so far the only AI that didn’t quickly annoy me enough to turn it off again.
- t0b1 2y agoOne thing I noticed though is that when autocompleting C++ statements like if or while it will add only the opening curly braces which is a bit annoying but makes sense. But it also sometimes adds them @_@