-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(open-webui): init #219
Conversation
Ready for preview: nix run "github:juspay/services-flake/open-webui?dir=example/llm" |
I get the following on mac:
|
Ah sorry (I was just checking with nix run "github:juspay/services-flake/open-webui?dir=example/llm" --refresh --override-input services-flake github:juspay/services-flake/open-webui |
I don't remember what we do. But this doesn't seem to be the case for the llm example because only the |
Fixed it in the recent commit |
Re-ran |
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.
LGTM, once the hardcoded strings in the docs are addressed.
ported from: https://github.com/shivaraj-bh/ollama-flake/blob/main/services/open-webui.nix This was also recently upstreamed to [nixpkgs](https://github.com/NixOS/nixpkgs/tree/master): NixOS/nixpkgs#316248 --------- Co-authored-by: Pol Dellaiera <[email protected]> Co-authored-by: Sridhar Ratnakumar <[email protected]>
Easy to break the convention, see: #200 double-quotting in shell script prevents globbing: https://www.shellcheck.net/wiki/SC2086
ported from: https://github.com/shivaraj-bh/ollama-flake/blob/main/services/open-webui.nix
This was also recently upstreamed to nixpkgs: NixOS/nixpkgs#316248
TODO:
open-browser
process in example and documentation