Extend chat comps response limit

This commit is contained in:
Cohee 2023-11-18 23:39:59 +02:00
parent 3f5728d67a
commit b6936584fe
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@
Max Response Length (tokens)
</div>
<div class="wide100p">
<input type="number" id="openai_max_tokens" name="openai_max_tokens" class="text_pole" min="50" max="1000">
<input type="number" id="openai_max_tokens" name="openai_max_tokens" class="text_pole" min="50" max="8000">
</div>
</div>
<div data-source="openrouter">