mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Quick Fix to Enable Using gpt-4-0314
This commit is contained in:
@ -1035,7 +1035,7 @@ $(document).ready(function () {
|
||||
const value = $(this).val();
|
||||
oai_settings.openai_model = value;
|
||||
|
||||
if (value == 'gpt-4') {
|
||||
if (value == 'gpt-4' || value == 'gpt-4-0314') {
|
||||
$('#openai_max_context').attr('max', gpt4_max);
|
||||
}
|
||||
else if (value == 'gpt-4-32k') {
|
||||
|
Reference in New Issue
Block a user