correction
This commit is contained in:
parent
93702f8d19
commit
0baf336e89
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
provider = "openai",
|
provider = "openai",
|
||||||
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`
|
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||||
|
|
Loading…
Reference in a new issue