30 lines
588 B
Plaintext
30 lines
588 B
Plaintext
{
|
|
"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)"
|
|
}
|
|
}
|