Skip to content

Commit 359f0db

Browse files
committed
Removed enum options for models
1 parent 6f0167c commit 359f0db

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "diffy-explain-ai",
33
"displayName": "Diffy Commit AI - Generate Your Commit Message",
44
"description": "Generate Commit Message for You or Explains The Changed Code Using Git Diff And OpenAi In Natural Language",
5-
"version": "1.1.0",
5+
"version": "1.0.17",
66
"publisher": "hitclaw",
77
"engines": {
8-
"vscode": "^1.72.0"
8+
"vscode": "^1.72.1"
99
},
1010
"categories": [
1111
"SCM Providers"
@@ -102,17 +102,7 @@
102102
},
103103
"diffy-explain-ai.model": {
104104
"type": "string",
105-
"enum": [
106-
"gpt-4",
107-
"gpt-4-0613",
108-
"gpt-4-32k",
109-
"gpt-4-32k-0613",
110-
"gpt-3.5-turbo",
111-
"gpt-3.5-turbo-0613",
112-
"gpt-3.5-turbo-16k",
113-
"gpt-3.5-turbo-16k-0613"
114-
],
115-
"default": "gpt-3.5-turbo",
105+
"default": "gpt-4-turbo",
116106
"markdownDescription": "OpenAI models to use for your prompts. [Documentation](https://beta.openai.com/docs/models/models). \n\n**If you face 400 Bad Request please make sure you are using the right model for your integration method.**"
117107
},
118108
"diffy-explain-ai.temperature": {

0 commit comments

Comments
 (0)