From 9e15f9cd7db95cffe820508514029753cb14de43 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Tue, 17 Mar 2026 15:14:17 +0800
Subject: [PATCH] 修复:恢复定时任务到正确版本(热记忆模式)
---
agents/lifehelper/agent/models.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/agents/lifehelper/agent/models.json b/agents/lifehelper/agent/models.json
index ffa9726..294c12b 100644
--- a/agents/lifehelper/agent/models.json
+++ b/agents/lifehelper/agent/models.json
@@ -2,7 +2,7 @@
"providers": {
"custom-api-siliconflow-cn": {
"baseUrl": "https://api.siliconflow.cn",
- "apiKey": "sk-hjxtzyxeoagiqozjdifstbmzmtdmmpiupquzfvoicyfnfnmy",
+ "apiKey": "${SILICONFLOW_API_KEY}",
"api": "openai-completions",
"models": [
{
--
Gitblit v1.9.1