Skip to content

Commit d8f1d3e

Browse files
bitfl0weranjerodev
authored andcommitted
Fix grammatical errata
1 parent 194a78e commit d8f1d3e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"Mistral",
6363
"Custom"
6464
],
65-
"description": "Model to use for the commit creations.",
65+
"description": "Specify the desired model for generating commit messages.",
6666
"default": "Llama",
6767
"order": 0
6868
},
@@ -74,7 +74,7 @@
7474
},
7575
"commitollama.useDescription": {
7676
"type": "boolean",
77-
"description": "Enable or disable the use of commit description.",
77+
"description": "Enable or disable the use of commit descriptions.",
7878
"default": false,
7979
"order": 2
8080
},
@@ -95,37 +95,37 @@
9595
},
9696
"commitollama.custom.endpoint": {
9797
"type": "string",
98-
"description": "Ollama Server Endpoint. Empty for default ollama endpoint.",
98+
"description": "Ollama Server Endpoint. Leave empty to use the default ollama endpoint.",
9999
"order": 4
100100
},
101101
"commitollama.custom.model": {
102102
"type": "string",
103-
"description": "You can use a non-listed model always that you have it pulled from ollama. Note: It only will be selected when model is set to \"Custom\".",
103+
"description": "Allows you to specify any model name. The model has to be downloaded and available on your Ollama instance. **Note:** Ignored if `commitollama.model` is not set to \"Custom\".",
104104
"order": 5
105105
},
106106
"commitollama.custom.summaryPrompt": {
107107
"type": "string",
108-
"description": "Custom prompt for summarize the git diff.",
108+
"description": "Custom prompt to summarize the git diff.",
109109
"order": 6
110110
},
111111
"commitollama.custom.summaryTemperature": {
112112
"type": "number",
113113
"minimum": 0,
114114
"maximum": 1,
115-
"description": "Custom temperature for summarize the git diff. (greater = more creative)",
115+
"description": "Custom temperature to summarize the git diff. (Higher number = more creative)",
116116
"default": 0.8,
117117
"order": 7
118118
},
119119
"commitollama.custom.commitPrompt": {
120120
"type": "string",
121-
"description": "Custom prompt for commit message.",
121+
"description": "Custom prompt to generate the commit message with.",
122122
"order": 8
123123
},
124124
"commitollama.custom.commitTemperature": {
125125
"type": "number",
126126
"minimum": 0,
127127
"maximum": 1,
128-
"description": "Custom temperature for commit message. (greater = more creative)",
128+
"description": "Custom temperature for generating the commit message. (Higher number = more creative)",
129129
"default": 0.2,
130130
"order": 9
131131
}

0 commit comments

Comments
 (0)