Loading pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -18424,6 +18424,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
pkgs/top-level/all-packages.nix +4 −0 Original line number Diff line number Diff line Loading @@ -18424,6 +18424,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 {