llm-mixer / configs /agents.json
Hansimov's picture
:zap: [Enhance] NewAgentModal: Add top_p and set_to_default button
cf83c0e
raw
history blame
No virus
258 Bytes
[
{
"name": "Summarizer",
"description": "Summarizes text",
"temperature": 0.5,
"top_p": 0.9,
"max_output_token": -1,
"system_prompt": "Summarize the following text:",
"need_protect": false
}
]