I used Trelent, an extension for VS code that didn’t require any registration, but their server has been unresponsive for a while. Any alternative you would recommend?
My code is in Python, mostly.

Edit: I wasn’t clear on my intention. I was looking for a tool that would lay out a generic description so I would start from something and fine tune the explanation.
I am incredibly bad at documenting, the process is tedious and frustrating. At the end of the day, my explanations are mostly gibberish anyway.
From your general consensus, I should bite the bullet and do it by myself.
I really appreciate your feedback, point taken. Time to psych myself up with some death metal and get it over with.

  • mo_ztt ✅
    link
    711 months ago

    Hm… just looking at Trelent briefly, I wouldn’t automatically assume that it’s privacy-protecting – it uploads the source to their server so they can do ML on it. That seems like a bigger issue than the registration or not to be honest.

    Maybe just run a local Vicuna instance and copy-paste code with requests for Vicuna to comment it? I do that with GPT and it seems to work quite well. Less convenient than what you’re saying but maybe serviceable?