use expand
This commit is contained in:
parent
ccfff580a3
commit
93702f8d19
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ return {
|
|||
opts = {
|
||||
provider = "openai",
|
||||
openai = {
|
||||
api_key_name = "cmd:cat /Users/salar/.openai",
|
||||
api_key_name = "cmd:cat" .. vim.fn.expand("~/.openai"),
|
||||
},
|
||||
},
|
||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||
|
|
Loading…
Reference in a new issue