From 2d170490e28ca9040d34f2757aabc1e593a9e4e3 Mon Sep 17 00:00:00 2001 From: mindolph Date: Sat, 25 May 2024 18:22:28 +0800 Subject: [PATCH] fix --- docs/change_logs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/change_logs.md b/docs/change_logs.md index 1baad370..f2cafcaf 100644 --- a/docs/change_logs.md +++ b/docs/change_logs.md @@ -1,12 +1,12 @@ # Change Logs ### V1.7.6 Release -* Improvement: add 'use proxy' option for different llm providers to enable proxy separately. +* Improvement: add 'use proxy' option for different LLM providers to enable proxy separately. * Improvement: add gpt-4o to open-ai provider. * Improvement: more pre-set LLM models. -* Improvement: optimize the HTTP connecting to llm providers. +* Improvement: optimize the HTTP connecting to LLM providers. * Fix: the gen-ai reframe panel shows out of the viewport if generated topics make the selected topic out of the viewport. -* Fix: exception when switch proxy type in preference diaog. +* Fix: exception when switch proxy type in preference dialog. * Fix: the background of mind map doesn't always render correctly when maximize&recover the editor by double-clicking tab of opened file. * Fix: in Mind Map, the protected topic note can't be opened by password. * Fix: in Mind Map, after canceling the setting password dialog for topic note, a password reset dialog appears.