Add missing reply_type preference to default options. Fixes #387
This commit is contained in:
parent
37aa8bdcdf
commit
8a09c69027
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ export const prefs_default = {
|
|||
chatgpt_win_width: 700,
|
||||
default_chatgpt_lang: '',
|
||||
default_sign_name: '',
|
||||
reply_type: 'reply_all',
|
||||
composing_plain_text: false,
|
||||
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api', 'ollama_api', 'openai_comp_api', 'google_gemini_api'
|
||||
chatgpt_web_model: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue