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
README says nothing about ZDOTDIR having to be set, and "OPEN_AI_KEY" mentioned in readme is actually "OPENAI_API_KEY" in the code. Please update readme.
The text was updated successfully, but these errors were encountered:
std::env::var
errors are mapped toOpenAIKeyNotSet
Error.Consider what happens here (
src/cli/init.rs:25
), if$ZDOTDIR
is not set:Hint:
The text was updated successfully, but these errors were encountered: