add glm-3-turbo max_tokens parameter setting (#4017)

Co-authored-by: 陈力坤 <likunchen@caixin.com>
This commit is contained in:
orangeclk 2024-04-30 17:08:04 +08:00 committed by GitHub
parent da5a8b9a59
commit cbdb861ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,3 +32,8 @@ parameter_rules:
zh_Hans: SSE接口调用时用于控制每次返回内容方式是增量还是全量不提供此参数时默认为增量返回true 为增量返回false 为全量返回。
en_US: When the SSE interface is called, it is used to control whether the content is returned incrementally or in full. If this parameter is not provided, the default is incremental return. true means incremental return, false means full return.
required: false
- name: max_tokens
use_template: max_tokens
default: 1024
min: 1
max: 8192