mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
Fix incorrect default value for llm_quick_actions
Guess I forgot to remove that from the original PR
This commit is contained in:
parent
243cf03deb
commit
748e9e270c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user