mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-05 09:06:42 -07:00
correction
This commit is contained in:
parent
fea59fd133
commit
ccfff580a3
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 ~/.openai",
|
api_key_name = "cmd:cat /Users/salar/.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…
Add table
Add a link
Reference in a new issue