default options for openai cmop api added. see #126
This commit is contained in:
parent
8fabbd95be
commit
1a8b6e518a
1 changed files with 3 additions and 1 deletions
|
|
@ -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: '',
|
||||
}
|
||||
Loading…
Reference in a new issue