diff --git a/zed/settings.json b/zed/settings.json index 05529e9..d79412d 100644 --- a/zed/settings.json +++ b/zed/settings.json @@ -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" + } + } }