forked from langgenius/dify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify model parameters in Spark LLMs and zhipuai LLMs (langgenius#8078)
Co-authored-by: Charlie.Wei <[email protected]>
- Loading branch information
Showing
22 changed files
with
374 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
api/core/model_runtime/model_providers/spark/llm/_position.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
- spark-4.0-ultra | ||
- spark-max | ||
- spark-pro-128k | ||
- spark-pro | ||
- spark-lite | ||
- spark-4 | ||
- spark-3.5 | ||
- spark-3 | ||
|
1 change: 1 addition & 0 deletions
1
api/core/model_runtime/model_providers/spark/llm/spark-1.5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
model: spark-1.5 | ||
deprecated: true | ||
label: | ||
en_US: Spark V1.5 | ||
model_type: llm | ||
|
1 change: 1 addition & 0 deletions
1
api/core/model_runtime/model_providers/spark/llm/spark-3.5.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
model: spark-3.5 | ||
deprecated: true | ||
label: | ||
en_US: Spark V3.5 | ||
model_type: llm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
model: spark-3 | ||
deprecated: true | ||
label: | ||
en_US: Spark V3.0 | ||
model_type: llm | ||
|
42 changes: 42 additions & 0 deletions
42
api/core/model_runtime/model_providers/spark/llm/spark-4.0-ultra.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
model: spark-4.0-ultra | ||
label: | ||
en_US: Spark 4.0 Ultra | ||
model_type: llm | ||
model_properties: | ||
mode: chat | ||
parameter_rules: | ||
- name: temperature | ||
use_template: temperature | ||
default: 0.5 | ||
help: | ||
zh_Hans: 核采样阈值。用于决定结果随机性,取值越高随机性越强即相同的问题得到的不同答案的可能性越高。 | ||
en_US: Kernel sampling threshold. Used to determine the randomness of the results. The higher the value, the stronger the randomness, that is, the higher the possibility of getting different answers to the same question. | ||
- name: max_tokens | ||
use_template: max_tokens | ||
default: 4096 | ||
min: 1 | ||
max: 8192 | ||
help: | ||
zh_Hans: 模型回答的tokens的最大长度。 | ||
en_US: Maximum length of tokens for the model response. | ||
- name: top_k | ||
label: | ||
zh_Hans: 取样数量 | ||
en_US: Top k | ||
type: int | ||
default: 4 | ||
min: 1 | ||
max: 6 | ||
help: | ||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。 | ||
en_US: Randomly select one from k candidates (non-equal probability). | ||
required: false | ||
- name: show_ref_label | ||
label: | ||
zh_Hans: 联网检索 | ||
en_US: web search | ||
type: boolean | ||
default: false | ||
help: | ||
zh_Hans: 该参数仅4.0 Ultra版本支持,当设置为true时,如果输入内容触发联网检索插件,会先返回检索信源列表,然后再返回星火回复结果,否则仅返回星火回复结果 | ||
en_US: The parameter is only supported in the 4.0 Ultra version. When set to true, if the input triggers the online search plugin, it will first return a list of search sources and then return the Spark response. Otherwise, it will only return the Spark response. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
model: spark-4 | ||
deprecated: true | ||
label: | ||
en_US: Spark V4.0 | ||
model_type: llm | ||
|
33 changes: 33 additions & 0 deletions
33
api/core/model_runtime/model_providers/spark/llm/spark-lite.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
model: spark-lite | ||
label: | ||
en_US: Spark Lite | ||
model_type: llm | ||
model_properties: | ||
mode: chat | ||
parameter_rules: | ||
- name: temperature | ||
use_template: temperature | ||
default: 0.5 | ||
help: | ||
zh_Hans: 核采样阈值。用于决定结果随机性,取值越高随机性越强即相同的问题得到的不同答案的可能性越高。 | ||
en_US: Kernel sampling threshold. Used to determine the randomness of the results. The higher the value, the stronger the randomness, that is, the higher the possibility of getting different answers to the same question. | ||
- name: max_tokens | ||
use_template: max_tokens | ||
default: 4096 | ||
min: 1 | ||
max: 4096 | ||
help: | ||
zh_Hans: 模型回答的tokens的最大长度。 | ||
en_US: Maximum length of tokens for the model response. | ||
- name: top_k | ||
label: | ||
zh_Hans: 取样数量 | ||
en_US: Top k | ||
type: int | ||
default: 4 | ||
min: 1 | ||
max: 6 | ||
help: | ||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。 | ||
en_US: Randomly select one from k candidates (non-equal probability). | ||
required: false |
33 changes: 33 additions & 0 deletions
33
api/core/model_runtime/model_providers/spark/llm/spark-max.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
model: spark-max | ||
label: | ||
en_US: Spark Max | ||
model_type: llm | ||
model_properties: | ||
mode: chat | ||
parameter_rules: | ||
- name: temperature | ||
use_template: temperature | ||
default: 0.5 | ||
help: | ||
zh_Hans: 核采样阈值。用于决定结果随机性,取值越高随机性越强即相同的问题得到的不同答案的可能性越高。 | ||
en_US: Kernel sampling threshold. Used to determine the randomness of the results. The higher the value, the stronger the randomness, that is, the higher the possibility of getting different answers to the same question. | ||
- name: max_tokens | ||
use_template: max_tokens | ||
default: 4096 | ||
min: 1 | ||
max: 8192 | ||
help: | ||
zh_Hans: 模型回答的tokens的最大长度。 | ||
en_US: Maximum length of tokens for the model response. | ||
- name: top_k | ||
label: | ||
zh_Hans: 取样数量 | ||
en_US: Top k | ||
type: int | ||
default: 4 | ||
min: 1 | ||
max: 6 | ||
help: | ||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。 | ||
en_US: Randomly select one from k candidates (non-equal probability). | ||
required: false |
33 changes: 33 additions & 0 deletions
33
api/core/model_runtime/model_providers/spark/llm/spark-pro-128k.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
model: spark-pro-128k | ||
label: | ||
en_US: Spark Pro-128K | ||
model_type: llm | ||
model_properties: | ||
mode: chat | ||
parameter_rules: | ||
- name: temperature | ||
use_template: temperature | ||
default: 0.5 | ||
help: | ||
zh_Hans: 核采样阈值。用于决定结果随机性,取值越高随机性越强即相同的问题得到的不同答案的可能性越高。 | ||
en_US: Kernel sampling threshold. Used to determine the randomness of the results. The higher the value, the stronger the randomness, that is, the higher the possibility of getting different answers to the same question. | ||
- name: max_tokens | ||
use_template: max_tokens | ||
default: 4096 | ||
min: 1 | ||
max: 4096 | ||
help: | ||
zh_Hans: 模型回答的tokens的最大长度。 | ||
en_US: Maximum length of tokens for the model response. | ||
- name: top_k | ||
label: | ||
zh_Hans: 取样数量 | ||
en_US: Top k | ||
type: int | ||
default: 4 | ||
min: 1 | ||
max: 6 | ||
help: | ||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。 | ||
en_US: Randomly select one from k candidates (non-equal probability). | ||
required: false |
33 changes: 33 additions & 0 deletions
33
api/core/model_runtime/model_providers/spark/llm/spark-pro.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
model: spark-pro | ||
label: | ||
en_US: Spark Pro | ||
model_type: llm | ||
model_properties: | ||
mode: chat | ||
parameter_rules: | ||
- name: temperature | ||
use_template: temperature | ||
default: 0.5 | ||
help: | ||
zh_Hans: 核采样阈值。用于决定结果随机性,取值越高随机性越强即相同的问题得到的不同答案的可能性越高。 | ||
en_US: Kernel sampling threshold. Used to determine the randomness of the results. The higher the value, the stronger the randomness, that is, the higher the possibility of getting different answers to the same question. | ||
- name: max_tokens | ||
use_template: max_tokens | ||
default: 4096 | ||
min: 1 | ||
max: 8192 | ||
help: | ||
zh_Hans: 模型回答的tokens的最大长度。 | ||
en_US: Maximum length of tokens for the model response. | ||
- name: top_k | ||
label: | ||
zh_Hans: 取样数量 | ||
en_US: Top k | ||
type: int | ||
default: 4 | ||
min: 1 | ||
max: 6 | ||
help: | ||
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。 | ||
en_US: Randomly select one from k candidates (non-equal probability). | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.