llm-mixer / configs /agents.json
Hansimov's picture
:hammer: [WIP] New AgentStorage: Define database schema, and load from local configs
cb0dedb
raw
history blame
No virus
236 Bytes
[
{
"name": "Summarizer",
"description": "Summarizes text",
"temperature": 0.0,
"max_output_token": -1,
"system_prompt": "Summarize the following text:",
"need_protect": false
}
]