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
@@ -21,8 +29,11 @@ Run via `Ctrl+Shift+P` or `Cmd+Shift+P`:
21
29
-`GPTCommit: Setup OpenAI API Key`
22
30
Setup the OpenAI API Key. You can get the API key from [OpenAI][3]
23
31
24
-
-`GPTCommit: Try a different OpenAI model`
25
-
Try a different OpenAI model. For a list of public OpenAI models, checkout the [OpenAI docs][4].
32
+
-`GPTCommit: Use a different OpenAI model`
33
+
Use a different OpenAI model. For a list of public OpenAI models, checkout the [OpenAI docs][4]. Default is now `gpt-3.5-turbo`.
34
+
35
+
-`GPTCommit: Set output language`
36
+
Set the output language. Default is `en`.
26
37
27
38
## Extension Settings
28
39
@@ -36,7 +47,9 @@ Run via `Ctrl+Shift+P` or `Cmd+Shift+P`:
36
47
37
48
## Advanced configuration
38
49
39
-
The configuration is saved at `~/.config/gptcommit/config.json`. You can edit it manually, but it's recommended to use commands inside VS Code to edit the configuration, unless you know what you are doing.
50
+
Note that now all the configuration via the extension is saved in the `.git/gptcommit.toml` file. If you have to change advanced configuration, you can edit the `.git/gptcommit.toml` file directly, but make sure you know what you are doing.
51
+
52
+
If you want to use the configuration globally, you can copy the `.git/gptcommit.toml` file to `~/.config/gptcommit/config.toml`, or just the sections of the configuration you want to be used globally.
40
53
41
54
Also refer to the [gptcommit][1] documentation for more information.
0 commit comments