mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 06:45:10 +08:00
fix: yi model price correction (#2946)
This commit is contained in:
parent
46ccfda493
commit
c534d95972
@ -37,7 +37,7 @@ parameter_rules:
|
|||||||
zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
|
zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
|
||||||
en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
|
en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
|
||||||
pricing:
|
pricing:
|
||||||
input: '0.0025'
|
input: '2.5'
|
||||||
output: '0.0025'
|
output: '2.5'
|
||||||
unit: '0.00001'
|
unit: '0.000001'
|
||||||
currency: RMB
|
currency: RMB
|
||||||
|
@ -37,7 +37,7 @@ parameter_rules:
|
|||||||
zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
|
zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
|
||||||
en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
|
en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
|
||||||
pricing:
|
pricing:
|
||||||
input: '0.012'
|
input: '12'
|
||||||
output: '0.012'
|
output: '12'
|
||||||
unit: '0.00001'
|
unit: '0.000001'
|
||||||
currency: RMB
|
currency: RMB
|
||||||
|
@ -37,7 +37,7 @@ parameter_rules:
|
|||||||
zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
|
zh_Hans: 控制生成结果的随机性。数值越小,随机性越弱;数值越大,随机性越强。一般而言,top_p 和 temperature 两个参数选择一个进行调整即可。
|
||||||
en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
|
en_US: Control the randomness of generated results. The smaller the value, the weaker the randomness; the larger the value, the stronger the randomness. Generally speaking, you can adjust one of the two parameters top_p and temperature.
|
||||||
pricing:
|
pricing:
|
||||||
input: '0.01'
|
input: '6'
|
||||||
output: '0.03'
|
output: '6'
|
||||||
unit: '0.001'
|
unit: '0.000001'
|
||||||
currency: USD
|
currency: RMB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user