You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the op option to set api_key_cmd. There are two issues I'm running in to, however.
Every time I open nvim, I get a warning that OPENAI_API_KEY is not set.
I'm immediately asked to authenticate with 1Password, even though I haven't loaded the plugin. I thought since event = "VeryLazy", this should only load when I actually run chatgpt command.
I'm obviously doing something wrong, as no one else has posted about this issue. I'm just not sure what it is.
I saw this when trying to use pass. I was setting the OPENAI_API_KEY in my lua plugin but haven't needed to do that now.
See if any of this helps.. #454
I'm using the
op
option to setapi_key_cmd
. There are two issues I'm running in to, however.OPENAI_API_KEY
is not set.event = "VeryLazy"
, this should only load when I actually run chatgpt command.I'm obviously doing something wrong, as no one else has posted about this issue. I'm just not sure what it is.
The text was updated successfully, but these errors were encountered: