فهرست منبع

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;
 }