Merge branch 'main' into feat/new-login
* main: (40 commits) feat: allow users to specify timeout for text generations and workflows by environment variable (#8395) Fix: operation postion of answer in logs (#8411) fix: when the variable does not exist, an error should be prompted (#8413) fix(workflow): the answer node after the iteration node containing the answer was output prematurely (#8419) fix:logs and rm unused codes in CacheEmbedding (#8409) fix: resolve runtime error when self.folder is None (#8401) Fix: Support Bedrock cross region inference #8190 (Update Model name to distinguish between different region groups) (#8402) fix(docker): aliyun oss path env key (#8394) fix: pyproject.toml typo (#8396) fix: o1-mini 65563 -> 65536 (#8388) fix: sandbox issue related httpx and requests (#8397) chore: improve usage of striping prefix or suffix of string with Ruff 0.6.5 (#8392) fix (#8322 followup): resolve the violation of pylint rules (#8391) chore: refurish python code by applying Pylint linter rules (#8322) support hunyuan-turbo (#8372) chore: update firecrawl scrape to V1 api (#8367) fix(workflow): both parallel and single branch errors occur in if-else (#8378) fix: edit load balancing not pass id (#8370) fix: add before send to remove langfuse defaultErrorResponse (#8361) fix: when edit load balancing config not pass the empty filed value hidden (#8366) ...pull/8487/head
commit
cd277aa2d8
@ -0,0 +1,38 @@
|
|||||||
|
model: hunyuan-turbo
|
||||||
|
label:
|
||||||
|
zh_Hans: hunyuan-turbo
|
||||||
|
en_US: hunyuan-turbo
|
||||||
|
model_type: llm
|
||||||
|
features:
|
||||||
|
- agent-thought
|
||||||
|
- tool-call
|
||||||
|
- multi-tool-call
|
||||||
|
- stream-tool-call
|
||||||
|
model_properties:
|
||||||
|
mode: chat
|
||||||
|
context_size: 32000
|
||||||
|
parameter_rules:
|
||||||
|
- name: temperature
|
||||||
|
use_template: temperature
|
||||||
|
- name: top_p
|
||||||
|
use_template: top_p
|
||||||
|
- name: max_tokens
|
||||||
|
use_template: max_tokens
|
||||||
|
default: 1024
|
||||||
|
min: 1
|
||||||
|
max: 32000
|
||||||
|
- name: enable_enhance
|
||||||
|
label:
|
||||||
|
zh_Hans: 功能增强
|
||||||
|
en_US: Enable Enhancement
|
||||||
|
type: boolean
|
||||||
|
help:
|
||||||
|
zh_Hans: 功能增强(如搜索)开关,关闭时将直接由主模型生成回复内容,可以降低响应时延(对于流式输出时的首字时延尤为明显)。但在少数场景里,回复效果可能会下降。
|
||||||
|
en_US: Allow the model to perform external search to enhance the generation results.
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
pricing:
|
||||||
|
input: '0.015'
|
||||||
|
output: '0.05'
|
||||||
|
unit: '0.001'
|
||||||
|
currency: RMB
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue