spamfilter specific model and api default options added. see #438
This commit is contained in:
parent
c34e5f5fed
commit
40b6571e04
1 changed files with 7 additions and 0 deletions
|
|
@ -81,4 +81,11 @@ export const prefs_default = {
|
|||
spamfilter_threshold: 70,
|
||||
spamfilter_context_menu: true,
|
||||
spamfilter_enabled_accounts: [],
|
||||
spamfilter_use_specific_integration: false,
|
||||
spamfilter_connection_type: '',
|
||||
spamfilter_chatgpt_model: '',
|
||||
spamfilter_ollama_model: '',
|
||||
spamfilter_openai_comp_model: '',
|
||||
spamfilter_google_gemini_model: '',
|
||||
spamfilter_anthropic_model: '',
|
||||
}
|
||||
Loading…
Reference in a new issue