From 748e9e270c3b8bea8e9da17b3f7c4eb210911646 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Sep 2025 17:01:24 +0530 Subject: [PATCH] Fix incorrect default value for llm_quick_actions Guess I forgot to remove that from the original PR --- src/calibre/gui2/viewer/lookup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/calibre/gui2/viewer/lookup.py b/src/calibre/gui2/viewer/lookup.py index 938bfc5d16..5e6a26d0c9 100644 --- a/src/calibre/gui2/viewer/lookup.py +++ b/src/calibre/gui2/viewer/lookup.py @@ -92,9 +92,6 @@ vprefs.defaults['lookup_locations'] = [ ] vprefs.defaults['lookup_location'] = 'Google dictionary' vprefs.defaults['llm_lookup_tab_index'] = 0 -vprefs.defaults['llm_api_key'] = '' -vprefs.defaults['llm_model_id'] = 'google/gemini-flash-1.5' -vprefs.defaults['llm_quick_actions'] = '[]' class SourceEditor(Dialog):