feat(blink): boost results from ai providers and enable async, to get much faster completions

This commit is contained in:
Folke Lemaitre 2024-12-15 18:33:50 +01:00
parent ef9102677f
commit 6bc56e4e81
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 23 additions and 3 deletions

View file

@ -62,7 +62,13 @@ return {
opts = {
sources = {
compat = { "codeium" },
providers = { codeium = { kind = "Codeium" } },
providers = {
codeium = {
kind = "Codeium",
score_offset = 100,
async = true,
},
},
},
},
} or nil,