waveterm/pkg/wconfig/defaultconfig/settings.json
Sylvie Crowe 555ab07861
Add Tips Modal for Directory (#374)
This is an experimental modal to show tips. If it helps improve
discoverability, it will be improved in the future.
2024-09-13 03:36:15 -07:00

13 lines
310 B
JSON

{
"ai:model": "gpt-4o-mini",
"ai:maxtokens": 1000,
"ai:timeoutms": 10000,
"autoupdate:enabled": true,
"autoupdate:installonquit": true,
"autoupdate:intervalms": 3600000,
"editor:minimapenabled": true,
"window:tilegapsize": 3,
"telemetry:enabled": true,
"tips:show": true
}