mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-04-19 13:28:40 +00:00
fix: 更新上游模型定价文件
This commit is contained in:
2
.github/workflows/sync-model-pricing.yml
vendored
2
.github/workflows/sync-model-pricing.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
id: fetch
|
id: fetch
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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
|
-o model_prices_and_context_window.json.new
|
||||||
|
|
||||||
NEW_HASH=$(sha256sum model_prices_and_context_window.json.new | awk '{print $1}')
|
NEW_HASH=$(sha256sum model_prices_and_context_window.json.new | awk '{print $1}')
|
||||||
|
|||||||
Reference in New Issue
Block a user