Im so tired of fiddling with these configs honestly. I have a massive legacy C++ project due this Friday for a freelance client and my current setup is just crawling. Ive been trying to get DeepSeek Coder integrated because the benchmarks look insane for the price but Im stuck between using the Continue extension or maybe setting up Tabby.
Continue seems easier to jump into but Ive heard Tabby is smoother for local hosting on a budget. I dont have money for a beefy GPU right now so I need something lightweight that wont crash my dev environment every ten minutes. Is it better to just go with Continue + an API key or is the Tabby setup actually worth the hassle for C++? I just need one that wont break...
Regarding what #2 said about "Ive been thinking about your situation and honestly,..."
Ive been thinking about your situation and honestly, since youre on a tight deadline, you really need to be careful with local hosting. C++ legacy codebases are heavy enough without trying to run a local LLM on a weak GPU.
Honestly, just go with Continue VS Code AI Autocomplete and the DeepSeek Coder V2 API Model. I've used this for legacy projects and I'm super satisfied with it.
Regarding what #2 said about 'Ive been thinking about your situation and honestly...', hes totally right. I learned that lesson the hard way a couple years back trying to run local models on an aging workstation while refactoring a massive codebase. My IDE kept freezing and I nearly missed a huge milestone because I was too stubborn to just use an API. If youre really watching your budget, you might want to consider Codeium AI Coding Extension. Its completely free for individuals and they handle the compute on their end, so it wont tank your performance like local hosting would. I would suggest being careful with any tool that requires a lot of local indexing though... legacy C++ projects are notorious for eating up RAM as it is. Make sure to keep your setup as lean as possible until that Friday deadline is behind you. Honestly, reliability matters way more than saving five bucks when you have a client breathing down your neck.