Update copilot settings
This commit is contained in:
parent
255a01317d
commit
d602ccad5d
2 changed files with 37 additions and 38 deletions
|
|
@ -14,7 +14,9 @@ return {
|
|||
{
|
||||
'zbirenbaum/copilot-cmp',
|
||||
dependencies = 'copilot.lua',
|
||||
opts = {},
|
||||
opts = {
|
||||
copilot_model = 'gpt-4o-copilot', -- Current LSP default is gpt-35-turbo, supports gpt-4o-copilot
|
||||
},
|
||||
config = function(_, opts)
|
||||
local copilot_cmp = require 'copilot_cmp'
|
||||
copilot_cmp.setup(opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue