@holic512/slothtool 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/official-plugins.json +24 -0
- package/package.json +1 -1
|
@@ -65,6 +65,30 @@
|
|
|
65
65
|
"History cache",
|
|
66
66
|
"Bilingual support"
|
|
67
67
|
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "@holic512/plugin-llm-base",
|
|
71
|
+
"alias": "llm-base",
|
|
72
|
+
"description": "LLM 基础能力层 - 配置管理、OpenAI 协议兼容调用与调用日志",
|
|
73
|
+
"descriptionEn": "LLM base layer for profile management, OpenAI-compatible calls, and call logs",
|
|
74
|
+
"version": "latest",
|
|
75
|
+
"author": "holic512",
|
|
76
|
+
"features": [
|
|
77
|
+
"多 profile 配置管理",
|
|
78
|
+
"low/high 双模型切换",
|
|
79
|
+
"OpenAI Chat Completions 兼容",
|
|
80
|
+
"统一返回结构与错误码",
|
|
81
|
+
"调用日志(最近 500 条)",
|
|
82
|
+
"默认安全脱敏"
|
|
83
|
+
],
|
|
84
|
+
"featuresEn": [
|
|
85
|
+
"Multi-profile configuration",
|
|
86
|
+
"Low/high model switching",
|
|
87
|
+
"OpenAI Chat Completions compatible",
|
|
88
|
+
"Unified response schema and error codes",
|
|
89
|
+
"Call logs (latest 500 entries)",
|
|
90
|
+
"Secure masking by default"
|
|
91
|
+
]
|
|
68
92
|
}
|
|
69
93
|
]
|
|
70
94
|
}
|