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
Running the command gptcommit config set openai.api_key sk-... the first time produced a config.toml which had group and world read permissions enabled (0644). Since this file contains an API key, seems like a good idea to create it with user read permissions only (0600).