feat(group-agent): 支持切换总结模型
All checks were successful
Egg Server MIflow / build-image (push) Successful in 53s

This commit is contained in:
zhaoyingbo 2024-09-27 01:40:06 +00:00
parent b225af1d3e
commit 92ebb1c4d3

View File

@ -66,8 +66,13 @@ const sendFunctionSelector = async (ctx: Context.Data) => {
// 组织功能数据
const functions = [
{
text: "总结消息",
value: "summary|总结消息",
text: "总结消息 (deepseek-chat)",
value: "summary-deepseek-chat|总结消息 (deepseek-chat)",
},
{
text: "总结消息 (qwen2-72b-instruct-int4)",
value:
"summary-qwen2-72b-instruct-int4|总结消息 (qwen2-72b-instruct-int4)",
},
]
larkService.message.updateTemp(