feat: switch AI model to gemma-4-uncensored for JAE AI + SITREP
This commit is contained in:
parent
f484cf94b1
commit
43b4237108
1 changed files with 2 additions and 2 deletions
|
|
@ -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') || ''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue