google gemini default options added

This commit is contained in:
mic 2025-01-05 16:12:02 +01:00
parent 31981b25a8
commit 25e113090b

View file

@ -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,