Merge pull request #219324 from malob/init-openai-full

openai-full: create variant that includes optional deps
This commit is contained in:
Sandro 2023-03-08 12:31:54 +01:00 committed by GitHub
commit 4aaec855b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {