Merge pull request #208 from bf62963/dev

This commit is contained in:
Cohee
2023-05-01 12:25:40 +03:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@ -1039,7 +1039,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') {