Trying to make conf obsolete
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// Zed settings
|
||||
//
|
||||
// For information on how to configure Zed, see the Zed
|
||||
// documentation: https://zed.dev/docs/configuring-zed
|
||||
//
|
||||
// To see all of Zed's default settings without changing your
|
||||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"agent": {
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
"model": "codellama:34b",
|
||||
"enable_thinking": false
|
||||
},
|
||||
"favorite_models": [],
|
||||
"model_parameters": []
|
||||
},
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 15,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "One Dark",
|
||||
},
|
||||
}
|
||||
@@ -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