feat(group-agent): 支持切换总结模型
All checks were successful
Egg Server MIflow / build-image (push) Successful in 53s
All checks were successful
Egg Server MIflow / build-image (push) Successful in 53s
This commit is contained in:
parent
b225af1d3e
commit
92ebb1c4d3
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user