Compare commits

...

1 Commits

Author SHA1 Message Date
crazywoola
c9e25f164b fix: typo 2024-09-13 22:25:51 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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: 回复格式

View File

@@ -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: 回复格式