llm-mixer / configs /agents.json
Hansimov's picture
:gem: [Feature] Replace top select from available models to agents, and auto set default agent
8f9b2a4
raw
history blame
982 Bytes
[
{
"name": "默认",
"index": "0",
"description": "默认",
"temperature": 0.5,
"top_p": 0.9,
"max_output_token": -1,
"system_prompt": "",
"need_protect": false
},
{
"name": "总结",
"description": "文本总结",
"temperature": 0.5,
"top_p": 0.9,
"max_output_token": -1,
"system_prompt": "总结下面的文本:",
"need_protect": false
},
{
"name": "翻译",
"description": "文本翻译",
"temperature": 0.5,
"top_p": 0.9,
"max_output_token": -1,
"system_prompt": "请翻译下面的文本:",
"need_protect": false
},
{
"name": "搜索",
"description": "网页搜索",
"temperature": 0.5,
"top_p": 0.9,
"max_output_token": -1,
"system_prompt": "请根据下列内容搜索网页:",
"need_protect": false
}
]