diff options
author | lassulus <git@lassul.us> | 2024-12-04 19:26:02 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2024-12-04 19:26:02 +0100 |
commit | 636d6ee89b15e38a44442c041d255ef8743e5efa (patch) | |
tree | 8cebe83c915858e8ac9f83ae43f3c5673c103d35 /krebs/2configs | |
parent | 3bd2443831443269ddfe54ab58c917cda6e7f1d5 (diff) | |
parent | d400611016fa4a916adcfcca2f4b997f44351c2b (diff) |
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index e84827656..7cc6c7550 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -253,24 +253,6 @@ let }; }; - vicuna = { - pattern = "^!vicuna (.*)$"; - activate = "match"; - arguments = [1]; - timeoutSec = 1337; - command = { - filename = pkgs.writeDash "vicuna" '' - set -efu - - mkdir -p ${stateDir}/vicuna - export CONTEXT=${stateDir}/vicuna/"$_msgtarget".context - ${pkgs.vicuna-chat}/bin/vicuna-chat "$@" | - echo "$_from: $(cat)" | - fold -s -w 426 - ''; - }; - }; - locationsLib = pkgs.writeText "locations.sh" '' ENDPOINT=http://c.r/poi.json get_locations() { @@ -431,7 +413,6 @@ let hooks.sed interrogate say - vicuna (generators.command_hook { inherit (commands) dance random-emoji nixos-version; tell = { |