We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef691f commit 05fa1dcCopy full SHA for 05fa1dc
docs/configuration.md
@@ -225,7 +225,7 @@ There are 3 possible ways to configure rules following this order of priority:
225
"github-copilot": {"url": "https://api.githubcopilot.com"},
226
"ollama": {"url": "http://localhost:11434"}
227
},
228
- "defaultModel": nil, // let ECA decides the default model.
+ "defaultModel": null, // let ECA decides the default model.
229
"rules" : [],
230
"commands" : [],
231
"nativeTools": {"filesystem": {"enabled": true},
0 commit comments