mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:38:16 +00:00
litellm: init at 1.63.11
This commit is contained in:
parent
79e95661a6
commit
40ca6d3c04
13
pkgs/by-name/li/litellm/package.nix
Normal file
13
pkgs/by-name/li/litellm/package.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ 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…
Reference in New Issue
Block a user