summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Svjatoslav Agejenko [Mon, 30 Sep 2024 22:05:56 +0000 (01:05 +0300)]
Refactor documentation.
Svjatoslav Agejenko [Sun, 29 Sep 2024 21:55:22 +0000 (00:55 +0300)]
Fixes for compatibility with the latest llama.cpp
Svjatoslav Agejenko [Tue, 30 Jul 2024 05:57:56 +0000 (08:57 +0300)]
Move setup instructions to separate file. Fix default configuration.
Svjatoslav Agejenko [Sat, 20 Jul 2024 23:45:44 +0000 (02:45 +0300)]
Mention tool called "prelude"
Svjatoslav Agejenko [Sun, 30 Jun 2024 21:53:15 +0000 (00:53 +0300)]
Enable flash attention. Use new binary name.
Svjatoslav Agejenko [Tue, 11 Jun 2024 10:11:47 +0000 (13:11 +0300)]
Emacs support utility now also detects available AI models.
Svjatoslav Agejenko [Tue, 4 Jun 2024 20:50:38 +0000 (23:50 +0300)]
Moved prompts from config YAML to dedicated files
Svjatoslav Agejenko [Tue, 4 Jun 2024 20:36:11 +0000 (23:36 +0300)]
Moved prompts from config YAML to dedicated files
Svjatoslav Agejenko [Tue, 4 Jun 2024 19:50:21 +0000 (22:50 +0300)]
Optionally also delete user config during uninstall
Svjatoslav Agejenko [Mon, 3 Jun 2024 19:59:00 +0000 (22:59 +0300)]
Refactoring
- Moved configuration file to ~/.config/alyverkko-cli/alyverkko-cli.yaml
- Modular install script
- Add uninstall script
Svjatoslav Agejenko [Mon, 3 Jun 2024 19:04:42 +0000 (22:04 +0300)]
Minor refactoring
Svjatoslav Agejenko [Thu, 30 May 2024 19:58:49 +0000 (22:58 +0300)]
Improve selftest
Svjatoslav Agejenko [Thu, 30 May 2024 19:50:06 +0000 (22:50 +0300)]
Add lombok
Svjatoslav Agejenko [Wed, 29 May 2024 21:44:24 +0000 (00:44 +0300)]
Refactor code.
Specify llama.cpp project directory instead of executable path.
Svjatoslav Agejenko [Tue, 28 May 2024 20:35:18 +0000 (23:35 +0300)]
Improve emacs support
Svjatoslav Agejenko [Mon, 27 May 2024 18:40:20 +0000 (21:40 +0300)]
Improve emacs helper function to start AI computation.
Emacs now parses Älyverkko CLI configuration file, discovers available prompts and allows user to choose prompt template for particular AI task.
Svjatoslav Agejenko [Mon, 27 May 2024 15:43:23 +0000 (18:43 +0300)]
Misc improvements:
- Document selftest command.
- Allow choosing model and prompt for per task.
Svjatoslav Agejenko [Sun, 26 May 2024 05:52:06 +0000 (08:52 +0300)]
Better documentation for joinfiles command.
Svjatoslav Agejenko [Sun, 26 May 2024 05:30:51 +0000 (08:30 +0300)]
Add selftest command. Use nice cpu priority.
Svjatoslav Agejenko [Sun, 26 May 2024 05:20:57 +0000 (08:20 +0300)]
Better description for use cases
Svjatoslav Agejenko [Sat, 25 May 2024 20:43:08 +0000 (23:43 +0300)]
Improve joinfiles subcommand.
Add "implement idea" script as usage example.
Svjatoslav Agejenko [Tue, 21 May 2024 18:44:39 +0000 (21:44 +0300)]
Initial implementation of joinfiles command
Svjatoslav Agejenko [Tue, 21 May 2024 15:53:55 +0000 (18:53 +0300)]
Do not prompt for systemd support installation if already installed
Svjatoslav Agejenko [Sun, 19 May 2024 20:52:38 +0000 (23:52 +0300)]
Moved system prompt to configuration file.
Svjatoslav Agejenko [Sun, 19 May 2024 09:03:28 +0000 (12:03 +0300)]
Initial version