mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add Turbo 16k to Window AI
This commit is contained in:
@@ -1510,6 +1510,9 @@ function onModelChange() {
|
||||
else if (value.includes('claude')) {
|
||||
$('#openai_max_context').attr('max', claude_max);
|
||||
}
|
||||
else if (value.includes('gpt-3.5-turbo-16k')) {
|
||||
$('#openai_max_context').attr('max', gpt3_16k_max);
|
||||
}
|
||||
else if (value.includes('gpt-3.5')) {
|
||||
$('#openai_max_context').attr('max', gpt3_max);
|
||||
}
|
||||
|
Reference in New Issue
Block a user