mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 19:05:18 +00:00
21 lines
292 B
JSON
21 lines
292 B
JSON
{
|
|
"defaultModel": "default",
|
|
"models": [
|
|
{
|
|
"id": "default",
|
|
"name": "Default (recommended)"
|
|
},
|
|
{
|
|
"id": "opus",
|
|
"name": "Opus"
|
|
},
|
|
{
|
|
"id": "sonnet",
|
|
"name": "Sonnet"
|
|
},
|
|
{
|
|
"id": "haiku",
|
|
"name": "Haiku"
|
|
}
|
|
]
|
|
}
|