From e7232e8320b4e148d6609a791144a7f78de582fb Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Wed, 30 Oct 2024 16:08:02 +0300 Subject: [PATCH] update --- lua/custom/plugins/copilot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index 988d8104..ea00a2cf 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -48,7 +48,7 @@ return { -- height = 0.4, -- row = 1, -- }, - model = 'gpt-4o', -- GPT model to use, 'gpt-3.5-turbo', 'gpt-4', or 'gpt-4o', 'o1-mini', 'o1-preview' + model = 'o1-preview', -- GPT model to use, 'gpt-3.5-turbo', 'gpt-4', or 'gpt-4o', 'o1-mini', 'o1-preview' -- clear_chat_on_new_prompt = true, }, -- See Commands section for default commands if you want to lazy load on them