feat: switch AI model to gemma-4-uncensored for JAE AI + SITREP

This commit is contained in:
jae 2026-04-19 12:28:31 +00:00
parent f484cf94b1
commit 43b4237108

View file

@ -1726,8 +1726,8 @@ const AdminApp = {
async saveChatAI() {
const payload = {
display_name: this.getVal('chatDisplayName') || 'JAE-AI',
model: this.getVal('chatModel') || 'venice-uncensored-1-2',
header_tag: this.getVal('chatHeaderTag') || 'VENICE-UNCENSORED',
model: this.getVal('chatModel') || 'gemma-4-uncensored',
header_tag: this.getVal('chatHeaderTag') || 'GEMMA-4-UNCENSORED',
max_history: parseInt(this.getVal('chatMaxHistory')) || 20,
auto_greeting: this.getChecked('chatAutoGreeting'),
system_prompt_summary: this.getVal('chatSystemPrompt') || ''