diff --git a/apps/nogui/nushell/jolheiser.nu b/apps/nogui/nushell/jolheiser.nu index a76e7b1c3e24077f43ab601a88177d22e2aef955..f004a2e093bbf568e063bd070e352fffb5a7e12c 100644 --- a/apps/nogui/nushell/jolheiser.nu +++ b/apps/nogui/nushell/jolheiser.nu @@ -37,13 +37,6 @@ } ^llm -s "Answer in as few words as possible. Use a brief style with short replies." -m claude-3.5-sonnet $"($query)" } -def dev [ - --port (-p) = 8080: int # Port -] { - print $"Listening on http://localhost:($port)" - ^ssh -N -T -R $"3389:localhost:($port)" dragonwell -} - # Run a command if known, otherwise run it with nix def , [ cmd: string # The command to run