Skip to content

Commit 2fe34db

Browse files
authored
doc: update README.md
1 parent 7ba7386 commit 2fe34db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ require('copilot').setup({
158158
},
159159
copilot_node_command = 'node', -- Node.js version must be > 20
160160
workspace_folders = {},
161-
copilot_model = "", -- Current LSP default is gpt-35-turbo, supports gpt-4o-copilot
161+
copilot_model = "",
162162
root_dir = function()
163163
return vim.fs.dirname(vim.fs.find(".git", { upward = true })[1])
164164
end,

0 commit comments

Comments
 (0)