mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
make copilot-chat.lua fallback to the latest model version in upstream plugin
This commit is contained in:
parent
3dbace941e
commit
78aeec7474
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ return {
|
|||
local user = vim.env.USER or "User"
|
||||
user = user:sub(1, 1):upper() .. user:sub(2)
|
||||
return {
|
||||
model = "gpt-4",
|
||||
auto_insert_mode = true,
|
||||
show_help = true,
|
||||
question_header = " " .. user .. " ",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue