mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-08 14:44:57 +08:00
【优化】AI:通义千问流式返回改为增量
This commit is contained in:
parent
431e91561f
commit
9a2b8cc232
@ -236,6 +236,7 @@ public class TongYiChatModel extends
|
||||
.model(Generation.Models.QWEN_TURBO)
|
||||
// {@link GenerationOutput}
|
||||
.resultFormat(ConversationParam.ResultFormat.MESSAGE)
|
||||
.incrementalOutput(true)
|
||||
|
||||
.build();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user