|
62 | 62 | "Mistral",
|
63 | 63 | "Custom"
|
64 | 64 | ],
|
65 |
| - "description": "Model to use for the commit creations.", |
| 65 | + "description": "Specify the desired model for generating commit messages.", |
66 | 66 | "default": "Llama",
|
67 | 67 | "order": 0
|
68 | 68 | },
|
|
74 | 74 | },
|
75 | 75 | "commitollama.useDescription": {
|
76 | 76 | "type": "boolean",
|
77 |
| - "description": "Enable or disable the use of commit description.", |
| 77 | + "description": "Enable or disable the use of commit descriptions.", |
78 | 78 | "default": false,
|
79 | 79 | "order": 2
|
80 | 80 | },
|
|
95 | 95 | },
|
96 | 96 | "commitollama.custom.endpoint": {
|
97 | 97 | "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.", |
99 | 99 | "order": 4
|
100 | 100 | },
|
101 | 101 | "commitollama.custom.model": {
|
102 | 102 | "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\".", |
104 | 104 | "order": 5
|
105 | 105 | },
|
106 | 106 | "commitollama.custom.summaryPrompt": {
|
107 | 107 | "type": "string",
|
108 |
| - "description": "Custom prompt for summarize the git diff.", |
| 108 | + "description": "Custom prompt to summarize the git diff.", |
109 | 109 | "order": 6
|
110 | 110 | },
|
111 | 111 | "commitollama.custom.summaryTemperature": {
|
112 | 112 | "type": "number",
|
113 | 113 | "minimum": 0,
|
114 | 114 | "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)", |
116 | 116 | "default": 0.8,
|
117 | 117 | "order": 7
|
118 | 118 | },
|
119 | 119 | "commitollama.custom.commitPrompt": {
|
120 | 120 | "type": "string",
|
121 |
| - "description": "Custom prompt for commit message.", |
| 121 | + "description": "Custom prompt to generate the commit message with.", |
122 | 122 | "order": 8
|
123 | 123 | },
|
124 | 124 | "commitollama.custom.commitTemperature": {
|
125 | 125 | "type": "number",
|
126 | 126 | "minimum": 0,
|
127 | 127 | "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)", |
129 | 129 | "default": 0.2,
|
130 | 130 | "order": 9
|
131 | 131 | }
|
|
0 commit comments