|
@@ -236,6 +236,7 @@ public class TongYiChatModel extends
|
|
.model(Generation.Models.QWEN_TURBO)
|
|
.model(Generation.Models.QWEN_TURBO)
|
|
// {@link GenerationOutput}
|
|
// {@link GenerationOutput}
|
|
.resultFormat(ConversationParam.ResultFormat.MESSAGE)
|
|
.resultFormat(ConversationParam.ResultFormat.MESSAGE)
|
|
|
|
+ .incrementalOutput(true)
|
|
|
|
|
|
.build();
|
|
.build();
|
|
|
|
|