add_tags_connection_type default value is no more empty. see #438
This commit is contained in:
parent
f8effcc8ce
commit
30c9b3b1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export const prefs_default = {
|
|||
add_tags_context_menu: true,
|
||||
add_tags_enabled_accounts: [],
|
||||
add_tags_use_specific_integration: false,
|
||||
add_tags_connection_type: '',
|
||||
add_tags_connection_type: 'chatgpt_api',
|
||||
add_tags_chatgpt_model: '',
|
||||
add_tags_ollama_model: '',
|
||||
add_tags_openai_comp_model: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue