mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 11:56:48 +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() {
|
||||
biasCache = undefined;
|
||||
let value = String($(this).val());
|
||||
let value = String($(this).val() || '');
|
||||
|
||||
if ($(this).is('#model_claude_select')) {
|
||||
console.log('Claude model changed to', value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user