correction

This commit is contained in:
Salar Rahmanian 2024-10-06 23:41:48 -07:00
parent 93702f8d19
commit 0baf336e89

View file

@ -6,7 +6,7 @@ return {
opts = {
provider = "openai",
openai = {
api_key_name = "cmd:cat" .. vim.fn.expand("~/.openai"),
api_key_name = "cmd:cat " .. vim.fn.expand("~/.openai"),
},
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`