New service for end-script.sh

This commit is contained in:
2026-03-04 14:54:00 +01:00
parent 3709279659
commit 3841113d7e
3 changed files with 4 additions and 33 deletions
@@ -1,29 +0,0 @@
{
"agent": {
"default_model": {
"provider": "ollama",
"model": "starcoder2:15b"
},
"favorite_models": [],
"model_parameters": []
},
"auto_install_extensions": {
"catppuccin-icons": true,
"nix": true,
"rust": true,
"toml": true,
"org-mode": true
},
"icon_theme": "Catppuccin Mocha",
"language_models": {
"ollama": {
"api_url": "http://localhost:11434",
"auto_discover": true,
"context_window": 8192
}
},
"theme": {
"dark": "Catppuccin Mocha (blue)",
"light": "Catppuccin Mocha (blue)"
}
}