Unverified Commit be7d4ff5 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

models-dev: 0-unstable-2025-11-28 -> 0-unstable-2025-12-02 (#467119)

parents bff8b117 da77d1fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
}:
let
  pname = "models-dev";
  version = "0-unstable-2025-11-28";
  version = "0-unstable-2025-12-02";
  src = fetchFromGitHub {
    owner = "sst";
    repo = "models.dev";
    rev = "48358b91b776d0bd34cbbc4c70e7ac5ce827b916";
    hash = "sha256-Pvtc32s/p19Pg8JACSEmxj6Ldc5vl8ZOXiPbJ3ZAUqQ=";
    rev = "8bd2b3595f0731c4db5b6fb629655bdb7a23d78b";
    hash = "sha256-SNnqbC1XbeO9f8wSMHPIfdKkgyNbTTM6Lu4IVj9fTDQ=";
    postFetch = lib.optionalString stdenvNoCC.hostPlatform.isLinux ''
      # NOTE: Normalize case-sensitive directory names that cause issues on case-insensitive filesystems
      cp -r "$out/providers/poe/models/openai"/* "$out/providers/poe/models/openAi/"