Loading pkgs/by-name/li/litellm/package.nix 0 → 100644 +13 −0 Original line number Diff line number Diff line { python3Packages }: let litellm = python3Packages.litellm; in python3Packages.toPythonApplication ( litellm.overridePythonAttrs (oldAttrs: { dependencies = (oldAttrs.dependencies or [ ]) ++ litellm.optional-dependencies.proxy ++ litellm.optional-dependencies.extra_proxy; }) ) Loading
pkgs/by-name/li/litellm/package.nix 0 → 100644 +13 −0 Original line number Diff line number Diff line { python3Packages }: let litellm = python3Packages.litellm; in python3Packages.toPythonApplication ( litellm.overridePythonAttrs (oldAttrs: { dependencies = (oldAttrs.dependencies or [ ]) ++ litellm.optional-dependencies.proxy ++ litellm.optional-dependencies.extra_proxy; }) )