litellm: init at 1.63.11
This commit is contained in:
@@ -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;
|
||||
})
|
||||
)
|
||||
Reference in New Issue
Block a user