From 15cb154a19cabb5c3c66491a61f215ef104d5280 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Sat, 14 Mar 2026 13:03:06 +0800
Subject: [PATCH] feat(早报): 增加昨日总结模块
---
agents/main/agent/models.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/agents/main/agent/models.json b/agents/main/agent/models.json
new file mode 100644
index 0000000..7a0ce10
--- /dev/null
+++ b/agents/main/agent/models.json
@@ -0,0 +1,46 @@
+{
+ "providers": {
+ "custom-api-siliconflow-cn": {
+ "baseUrl": "https://api.siliconflow.cn",
+ "apiKey": "SILICONFLOW_CN_API_KEY",
+ "api": "openai-completions",
+ "models": [
+ {
+ "id": "Pro/zai-org/GLM-5",
+ "name": "Pro/zai-org/GLM-5 (Custom Provider)",
+ "reasoning": true,
+ "input": [
+ "text"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 200000,
+ "maxTokens": 128000,
+ "api": "openai-completions"
+ },
+ {
+ "id": "Pro/moonshotai/Kimi-K2.5",
+ "name": "Pro/moonshotai/Kimi-K2.5 (Custom Provider)",
+ "reasoning": true,
+ "input": [
+ "text",
+ "image"
+ ],
+ "cost": {
+ "input": 0,
+ "output": 0,
+ "cacheRead": 0,
+ "cacheWrite": 0
+ },
+ "contextWindow": 256000,
+ "maxTokens": 65536,
+ "api": "openai-completions"
+ }
+ ]
+ }
+ }
+}
--
Gitblit v1.9.1