chore: 版本号 0.14.1 → 0.14.2
refactor: 移除抗幻觉全部功能(幻觉检测/反幻觉提示词/Completion Gate阻断) perf: 精简提示词(去掉进度锚点/项目索引,简化任务感知/预算警告措辞) fix: 模型能力徽章启动时不显示(await filterEmbedModels) fix: 剩余上下文改用 estimateTokens 估算(Ollama KV Cache 导致虚高) fix: 去掉流式空闲30s超时(大模型本地推理响应慢) fix: 能力介绍类回复不再触发幻觉误判(已随抗幻觉移除一并解决)
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ export function createMenu(): void {
|
||||
dialog.showMessageBox(mainWindow!, {
|
||||
type: 'info',
|
||||
title: '关于 Metona Ollama',
|
||||
message: 'Metona Ollama Desktop v0.14.1',
|
||||
message: 'Metona Ollama Desktop v0.14.2',
|
||||
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
|
||||
icon: getIconPath()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user