chore(deploy): trim release retention and disable retrieval api key

Lower keep_releases default to 1 to reduce NAS disk usage, and clear
the bundled siliconflow retrieval api_key so deployments must supply
their own credentials.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-01 20:19:28 +08:00
parent b6281efc16
commit 21c7892ee4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ on:
keep_releases:
description: "Number of old release directories to keep"
required: false
default: "5"
default: "1"
permissions:
contents: read
+1 -1
View File
@@ -171,7 +171,7 @@ llm:
retrieval:
provider: siliconflow
base_url: https://api.siliconflow.cn/v1
api_key: "sk-dikvcafrdcbajjpfgjjephqcggpdxwxdkighllieijlehwsf"
api_key: ‘’ #"sk-dikvcafrdcbajjpfgjjephqcggpdxwxdkighllieijlehwsf"
embedding_model: BAAI/bge-m3
reranker_model: BAAI/bge-reranker-v2-m3
timeout: 30s