Trying to make conf obsolete
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user