zed ollama

This commit is contained in:
Anthony Cicchetti 2024-05-20 09:46:11 -04:00
parent a4fb210439
commit b8a2cfac96

View file

@ -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"
}
}
}