Checklist
🐞 问题详细描述
AssistantMessage response = model.invoke(
List.of(new UserMessage(prompt)),
null,
0.7f,
0.1f,
null,
512,
null,
null,
null,
Map.of()
);
这个调用耗时达到4s,客户环境达到10s,客户不可接受
详细的环境信息描述
模型:glm-5.2 @ https://ark.cn-beijing.volces.com/api/coding/v3
windows环境调用
调用参数: model.invoke(
List.of(new UserMessage(prompt)),
null,
0.7f,
0.1f,
null,
512,
null,
null,
null,
Map.of()
其他辅助信息
版本信息
感谢您的贡献 🎉!
Checklist
🐞 问题详细描述
AssistantMessage response = model.invoke(
List.of(new UserMessage(prompt)),
null,
0.7f,
0.1f,
null,
512,
null,
null,
null,
Map.of()
);
这个调用耗时达到4s,客户环境达到10s,客户不可接受
详细的环境信息描述
模型:glm-5.2 @ https://ark.cn-beijing.volces.com/api/coding/v3
windows环境调用
调用参数: model.invoke(
List.of(new UserMessage(prompt)),
null,
0.7f,
0.1f,
null,
512,
null,
null,
null,
Map.of()
其他辅助信息
版本信息
感谢您的贡献 🎉!