fix: 更新上游模型定价文件

This commit is contained in:
shaw
2026-02-25 15:29:32 +08:00
parent 0901a27a6a
commit 68d1391bca

View File

@@ -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}')