3.1 認識飼料等級:你的特務大腦由誰決定?
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"agents": {
"defaults": {
"model": {
"primary": "openai/gpt-4o" // 這是全域預設大腦
}
},
"list": [
{
"id": "market-analysis",
"model": "anthropic/claude-3-5-sonnet-latest" // 特定特務的大腦覆蓋
}
]
}
}