default options for openai cmop api added. see #126

This commit is contained in:
mic 2024-09-12 20:35:28 +02:00
parent 8fabbd95be
commit 1a8b6e518a

View file

@ -22,9 +22,11 @@ export const prefs_default = {
chatgpt_win_width: 700,
chatpgt_use_gpt4: false,
default_chatgpt_lang: '',
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api', 'ollama_api'
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api', 'ollama_api', 'openai_comp_api'
chatgpt_api_key: '',
chatgpt_model: '',
ollama_host: '',
ollama_model: '',
openai_comp_host: '', // For OpenAI Compatible API as LM-Studio
openai_comp_model: '',
}