openai-full: create variant that includes optional deps

This commit is contained in:
Malo Bourgon
2023-03-03 20:18:18 +11:00
parent 65b7c9585d
commit 1bf8d63f8f
+4
View File
@@ -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 {