Commit 1bf8d63f authored by Malo Bourgon's avatar Malo Bourgon
Browse files

openai-full: create variant that includes optional deps

parent 65b7c958
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {