summary refs log tree commit diff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Allow sending HTML without plain-text pre-processing by the server HEAD mainVika2025-03-301-0/+15
| | | | | | | | This might be useful if your server is misbehaving, or if you wish to write your HTML by hand. Alternative options (like client-side preprocessing) can also be added in the future using this setting as a framework.
* Set application ID from MesonVika2025-03-111-1/+1
|
* Show a warning on usage of Smart SummaryVika2025-02-242-2/+10
| | | | | | This was a planned feature since the introduction of LLM enhancements. Some users need a sobering reminder that LLMs are not intelligent, because it is really easy to believe otherwise.
* 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.