1
0
Fork 0

nvim: add tavily secret

This commit is contained in:
Luca Bilke 2025-03-05 16:05:15 +01:00
parent a4ed5de7ed
commit 268d608387
Signed by: luca
GPG key ID: C9E851809C1A5BDE

View file

@ -2,5 +2,6 @@ return {
intelephense = "<#intelephense_key#>",
anthropic = "<#anthropic_apikey#>",
openai = "<#openai_apikey#>",
google = "<#google_search_apikey#>"
google = "<#google_search_apikey#>",
tavily = "<#tavily_apikey#>"
}