瀏覽代碼

update qwen-long (#8157)

crazywoola 10 月之前
父節點
當前提交
0bec6a037c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/core/model_runtime/model_providers/tongyi/llm/qwen-long.yaml

+ 1 - 1
api/core/model_runtime/model_providers/tongyi/llm/qwen-long.yaml

@@ -24,7 +24,7 @@ parameter_rules:
     type: int
     type: int
     default: 2000
     default: 2000
     min: 1
     min: 1
-    max: 2000
+    max: 6000
     help:
     help:
       zh_Hans: 用于指定模型在生成内容时token的最大数量,它定义了生成的上限,但不保证每次都会生成到这个数量。
       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.
       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.