mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:45:55 +08:00
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…
x
Reference in New Issue
Block a user