irthomasthomas / undecidability

1 stars 0 forks source link

Y #782

Open liquescentremedies opened 1 month ago

irthomasthomas commented 1 month ago

Hi, these are my bookmarks and notes managed by ai. Source code is at https://github.com/irthomasthomas/label-maker. It started out as just an issues labeler, but because I did not have a big repo with lots of issues to test on, I made a repo just to store my notes and bookmarks, and use the labels and color schemes to organise things. It also keeps vector embeddings in a sqlite database for producing the similar section. There is a CLI, and a plugin for creating bookmarks from nyxt browser,

It can also create new labels, if needed, which it determines by asking openai if the labels are adequate, or not, and using logprobs to derive a probability score. Only when the score is above the threshold is it allowed to create the new label. Otherwise it just notes the predicted label in the issue body.

If you want to set up your own copy it will probably need some tweaking to make it work. I would be happy to help if you want. We can start a web-ring!