7 ms·
I wish one of these models was fine tuned for programming. I want to be able to say things like "cd ~/projects" or "git push --force".
by thethimble 8mo ago
I wish one of these models was fine tuned for programming.
I want to be able to say things like "cd ~/projects" or "git push --force".
- netghost 8mo agoI'll bet you could take a relatively tiny model and get it to translate the transcribed "git force push" or "git push dash dash force" into "git push --force". Likewise "cd home slash projects" into "cd ~/projects". Maybe with some fine tuning, maybe without.
- vismit2000 8mo agoYou can try VSCode Speech to Text extension that works decently well in Github Copilot chat as part of Microsoft accessibility suite.
- swah 8mo agoOr just enjoy your last days of cd'ing, this shall pass soon!