update to settings
This commit is contained in:
parent
5d31a4345f
commit
c302bc43f7
3 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,13 @@
|
|||
// custom settings, run the `open default settings` command
|
||||
// from the command palette or from `Zed` application menu.
|
||||
{
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
"model": "llama3.1:latest"
|
||||
},
|
||||
"version": "2"
|
||||
},
|
||||
"vim_mode": false,
|
||||
"ui_font_size": 14,
|
||||
"buffer_font_size": 14,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue