Unverified Commit 4aaec855 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

openai-full: create variant that includes optional deps
parents 5108760a 1bf8d63f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {