google gemini default options added
This commit is contained in:
parent
31981b25a8
commit
25e113090b
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const prefs_default = {
|
|||
chatgpt_win_height: 800,
|
||||
chatgpt_win_width: 700,
|
||||
default_chatgpt_lang: '',
|
||||
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api', 'ollama_api', 'openai_comp_api'
|
||||
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api', 'ollama_api', 'openai_comp_api', 'google_gemini'
|
||||
chatgpt_web_model: '',
|
||||
chatgpt_web_tempchat: false,
|
||||
chatgpt_api_key: '',
|
||||
|
|
@ -33,6 +33,8 @@ export const prefs_default = {
|
|||
openai_comp_api_key: '',
|
||||
openai_comp_use_v1: true,
|
||||
openai_comp_chat_name: 'OpenAI Comp',
|
||||
google_gemini_api_key: '',
|
||||
google_gemini_model: '',
|
||||
dynamic_menu_force_enter: false,
|
||||
dynamic_menu_order_alphabet: true,
|
||||
placeholders_use_default_value: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue