Extend chat comps response limit
This commit is contained in:
parent
3f5728d67a
commit
b6936584fe
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue