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
* feat(README.md): add OpenCommit example image to README
* chore(README.md): update OPENAI_API_KEY config key to use 'your_api_key' instead of 'your token'
* chore(README.md): update description of where the api key is stored
All the commits in this repo are done with OpenCommit — look into [the commits](https://github.com/di-sukharev/opencommit/commit/eae7618d575ee8d2e9fff5de56da79d40c4bc5fc) to see how OpenCommit works. Emoji and long commit description text is configurable.
17
19
@@ -30,10 +32,10 @@ All the commits in this repo are done with OpenCommit — look into [the commits
30
32
3. Set the key to opencommit config:
31
33
32
34
```sh
33
-
opencommit config set OPENAI_API_KEY=<your token>
35
+
opencommit config set OPENAI_API_KEY=<your_api_key>
34
36
```
35
37
36
-
Your token isn't sent to anyone, it's saved in `~/.opencommit` config file.
38
+
Your api key is stored locally in `~/.opencommit` config file.
0 commit comments