fix: correct gpt-4o-mini max token (#6472)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
sino 2024-07-19 18:24:58 +08:00 committed by GitHub
parent 47e5dc218a
commit 4f9f175f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 4096
max: 16384
- name: response_format
label:
zh_Hans: 回复格式

View File

@ -24,7 +24,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 4096
max: 16384
- name: response_format
label:
zh_Hans: 回复格式

View File

@ -23,7 +23,7 @@ parameter_rules:
use_template: max_tokens
default: 512
min: 1
max: 4096
max: 16384
- name: response_format
label:
zh_Hans: 回复格式