feat: 模型下拉框过滤嵌入模型,版本号升级至3.1.1

- loadModels 后台调用 /api/show 检测 capabilities
- 不支持 completion 的模型自动从下拉框移除
- 更新 README changelog
This commit is contained in:
Metona
2026-04-05 01:10:12 +08:00
parent f1a1c15a27
commit e519631bee
4 changed files with 43 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ function initHelpModal() {
});
}
console.log('[Metona] 模块化版本 v3.1.0 ' + new Date().toISOString());
console.log('[Metona] 模块化版本 v3.1.1 ' + new Date().toISOString());
// ── 会话管理 ──