mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #219324 from malob/init-openai-full
openai-full: create variant that includes optional deps
This commit is contained in:
commit
4aaec855b4
@ -18457,6 +18457,10 @@ with pkgs;
|
||||
|
||||
openai = with python3Packages; toPythonApplication openai;
|
||||
|
||||
openai-full = with python3Packages; toPythonApplication (openai.override {
|
||||
withOptionalDependencies = true;
|
||||
});
|
||||
|
||||
openai-whisper = with python3.pkgs; toPythonApplication openai-whisper;
|
||||
|
||||
openai-whisper-cpp = callPackage ../tools/audio/openai-whisper-cpp {
|
||||
|
Loading…
Reference in New Issue
Block a user