-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smartcat: init at 1.3.0 #320821
smartcat: init at 1.3.0 #320821
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Some feedback below (please amend or squash into the existing commit when applying):
Alright, that should do it. Thanks for the pointers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gc'd and tested with just this change, this last change seems to be sufficient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be good to go, assuming CI has no issues
Sweet, this turned out quite a messy first contribution so thanks for your patience! |
Okay, again... |
Adds smartcat, a cat-like tool to interact with large language models on the command line. I've been looking for a minimal tool to easily work with a locally running ollama instance, and this was a great fit so I figured I'd try my hand at adding it to nixpkgs and maintaining it. Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Description of changes
Adds smartcat, a cat-like tool to interact with large language models on the command line.
I've been looking for a minimal tool to easily work with a locally running ollama instance, and this was a great fit so I figured I'd try my hand at adding it to nixpkgs and maintaining it.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.