Commit 0d930cd6 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

python310Packages.litellm: 0.1.738 -> 0.11.1

parent 498a954c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
, tiktoken
}:
let
  version = "0.1.738";
  version = "0.11.1";
in
buildPythonPackage rec {
  pname = "litellm";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "BerriAI";
    repo = "litellm";
    rev = "refs/tags/v${version}";
    hash = "sha256-1Ft2E5I3OkVZUfmQHN1Qe/Z3cvLid8ie3BCeZoAii8U=";
    hash = "sha256-5Zk1lc7G0dU/AoLE5V+p30wE/gRfYRPsVS3sNgwWzCU=";
  };

  postPatch = ''