mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-02-22 22:28:00 +00:00
8 lines
132 B
Lua
8 lines
132 B
Lua
require("avante").setup({
|
|
provider = "copilot",
|
|
web_search_engine = {
|
|
provider = "tavily",
|
|
},
|
|
hints = { enabled = false },
|
|
})
|