From 68d1391bca99fa7ef452140cb47a382ddc5ae84d Mon Sep 17 00:00:00 2001 From: shaw Date: Wed, 25 Feb 2026 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=B8=8A=E6=B8=B8?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=BB=B7=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-model-pricing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-model-pricing.yml b/.github/workflows/sync-model-pricing.yml index d7a46c6d..da6fb56c 100644 --- a/.github/workflows/sync-model-pricing.yml +++ b/.github/workflows/sync-model-pricing.yml @@ -21,7 +21,7 @@ jobs: id: fetch run: | set -euo pipefail - curl -fsSL https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json \ + curl -fsSL https://github.com/Wei-Shaw/model-price-repo/raw/refs/heads/main/model_prices_and_context_window.json \ -o model_prices_and_context_window.json.new NEW_HASH=$(sha256sum model_prices_and_context_window.json.new | awk '{print $1}')