summary refs log tree commit diff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Smart Summary is now working!Vika2024-09-041-0/+48
| | | | | | | | | There's no preferences dialog, so you can't really adjust the prompt or the model it uses. The default settings work well for me. You may want to tweak them depending on your model preferences and compute budget. (Not many can afford to run Llama3-8B at high quantization. Conversely, you might have a better GPU than me and wish to run a 27B model or bigger.)
* Fix categories in .desktop fileVika2024-09-041-1/+1
|
* Add a GSettings schemaVika2024-09-042-19/+24
| | | | | Empty for now, but I am planning to include setting up the API endpoints and prompts for Smart Summary, among other things.
* Mesonify buildVika2024-09-042-0/+87
This took a while and had me scratching my head often. But I managed to combine the best parts of Crane and Meson together, allowing me to have blazing fast Nix builds. This also adds initial scaffolding for gettext and other cool things.