mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
19 lines
223 B
JSON
19 lines
223 B
JSON
{
|
|
"lsp": {
|
|
"gopls": {
|
|
"command": "gopls"
|
|
}
|
|
},
|
|
"agents": {
|
|
"coder": {
|
|
"model": "gpt-4.1"
|
|
},
|
|
"task": {
|
|
"model": "gpt-4.1"
|
|
},
|
|
"title": {
|
|
"model": "gpt-4.1"
|
|
}
|
|
}
|
|
}
|