mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-08 08:08:51 +01:00
Fix OpenRouter model not persisting on page reload
This commit is contained in:
parent
d64c5880c8
commit
52c2fcd407
@ -2537,7 +2537,7 @@ function getMaxContextWindowAI(value) {
|
|||||||
|
|
||||||
async function onModelChange() {
|
async function onModelChange() {
|
||||||
biasCache = undefined;
|
biasCache = undefined;
|
||||||
let value = String($(this).val());
|
let value = String($(this).val() || '');
|
||||||
|
|
||||||
if ($(this).is('#model_claude_select')) {
|
if ($(this).is('#model_claude_select')) {
|
||||||
console.log('Claude model changed to', value);
|
console.log('Claude model changed to', value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user