浏览代码

change build messages for qwen in client

lloydzhou 1 年之前
父节点
当前提交
2299a4156d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/client/platforms/alibaba.ts

+ 1 - 1
app/client/platforms/alibaba.ts

@@ -42,7 +42,7 @@ interface RequestParam {
   result_format: string;
   incremental_output?: boolean;
   temperature: number;
-  repetition_penalty: number;
+  repetition_penalty?: number;
   top_p: number;
   max_tokens?: number;
 }