mirror of https://github.com/langgenius/dify.git
fix: o1-mini 65563 -> 65536 (#8388)
This commit is contained in:
parent
b6b1057a18
commit
71b4480c4a
|
|
@ -11,9 +11,9 @@ model_properties:
|
|||
parameter_rules:
|
||||
- name: max_tokens
|
||||
use_template: max_tokens
|
||||
default: 65563
|
||||
default: 65536
|
||||
min: 1
|
||||
max: 65563
|
||||
max: 65536
|
||||
- name: response_format
|
||||
label:
|
||||
zh_Hans: 回复格式
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ model_properties:
|
|||
parameter_rules:
|
||||
- name: max_tokens
|
||||
use_template: max_tokens
|
||||
default: 65563
|
||||
default: 65536
|
||||
min: 1
|
||||
max: 65563
|
||||
max: 65536
|
||||
- name: response_format
|
||||
label:
|
||||
zh_Hans: 回复格式
|
||||
|
|
|
|||
Loading…
Reference in New Issue