update
This commit is contained in:
parent
b539720f57
commit
7656d55df3
|
@ -49,7 +49,7 @@ return {
|
||||||
-- row = 1,
|
-- row = 1,
|
||||||
-- },
|
-- },
|
||||||
model = 'gpt-4o', -- GPT model to use, 'gpt-3.5-turbo', 'gpt-4', or 'gpt-4o', 'o1-mini', 'o1-preview'
|
model = 'gpt-4o', -- GPT model to use, 'gpt-3.5-turbo', 'gpt-4', or 'gpt-4o', 'o1-mini', 'o1-preview'
|
||||||
clear_chat_on_new_prompt = true,
|
-- clear_chat_on_new_prompt = true,
|
||||||
},
|
},
|
||||||
-- See Commands section for default commands if you want to lazy load on them
|
-- See Commands section for default commands if you want to lazy load on them
|
||||||
--
|
--
|
||||||
|
@ -66,5 +66,9 @@ return {
|
||||||
-- desc = 'CopilotChat - Quick chat',
|
-- desc = 'CopilotChat - Quick chat',
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
|
keys = {
|
||||||
|
-- { '<leader>ccq', '<cmd>CopilotChatOpen<cr>', mode = 'x', desc = 'CopilotChat' },
|
||||||
|
{ '<leader>ccq', ':CopilotChat ', mode = 'x', desc = 'CopilotChat' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue