feat: Updata tongyi models (#9552)

This commit is contained in:
AAEE86 2024-10-21 19:04:45 +08:00 committed by GitHub
parent 37fea072bc
commit 9b32bfb3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View File

@ -76,3 +76,4 @@ pricing:
output: '0.12'
unit: '0.001'
currency: RMB
deprecated: true

View File

@ -10,7 +10,7 @@ features:
- stream-tool-call
model_properties:
mode: chat
context_size: 8000
context_size: 32000
parameter_rules:
- name: temperature
use_template: temperature
@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 2000
min: 1
max: 2000
max: 8192
help:
zh_Hans: 用于指定模型在生成内容时token的最大数量它定义了生成的上限但不保证每次都会生成到这个数量。
en_US: It is used to specify the maximum number of tokens when the model generates content. It defines the upper limit of generation, but does not guarantee that this number will be generated every time.

View File

@ -10,7 +10,7 @@ features:
- stream-tool-call
model_properties:
mode: chat
context_size: 131072
context_size: 128000
parameter_rules:
- name: temperature
use_template: temperature

View File

@ -10,7 +10,7 @@ features:
- stream-tool-call
model_properties:
mode: chat
context_size: 8000
context_size: 128000
parameter_rules:
- name: temperature
use_template: temperature
@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 2000
min: 1
max: 2000
max: 8192
help:
zh_Hans: 用于指定模型在生成内容时token的最大数量它定义了生成的上限但不保证每次都会生成到这个数量。
en_US: It is used to specify the maximum number of tokens when the model generates content. It defines the upper limit of generation, but does not guarantee that this number will be generated every time.