zed ollama
This commit is contained in:
parent
a4fb210439
commit
b8a2cfac96
1 changed files with 10 additions and 1 deletions
|
@ -11,5 +11,14 @@
|
|||
"vim_mode": true,
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_family": "Fantasque Sans Mono",
|
||||
"buffer_font_size": 16
|
||||
"buffer_font_size": 16,
|
||||
"assistant": {
|
||||
"version": "1",
|
||||
"provider": {
|
||||
"name": "openai",
|
||||
"type": "openai",
|
||||
"default_model": "gpt-4-turbo-preview",
|
||||
"api_url": "http://localhost:11434/v1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue