nvim: add tavily secret
This commit is contained in:
parent
a4ed5de7ed
commit
268d608387
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@ return {
|
||||||
intelephense = "<#intelephense_key#>",
|
intelephense = "<#intelephense_key#>",
|
||||||
anthropic = "<#anthropic_apikey#>",
|
anthropic = "<#anthropic_apikey#>",
|
||||||
openai = "<#openai_apikey#>",
|
openai = "<#openai_apikey#>",
|
||||||
google = "<#google_search_apikey#>"
|
google = "<#google_search_apikey#>",
|
||||||
|
tavily = "<#tavily_apikey#>"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue