summary refs log tree commit diff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Smart Summary is now working!Vika2024-09-041-0/+1
| | | | | | | | | 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.)
* Remove libpanel dependencyVika2024-09-041-1/+1
|
* Bring in gettext and related toolsVika2024-08-281-0/+1
| | | | xtr is better at extracting translatables from Rust than xgettext is.
* Proper main menu iconVika2024-08-251-0/+1
|
* Add licenseVika2024-08-251-0/+2
|
* Send posts made in the post composerVika2024-08-201-0/+9
|
* Initial Nix & Cargo boilerplate for a Relm4 projectVika2024-08-191-0/+15