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
Copy file name to clipboardExpand all lines: package.json
+3-13Lines changed: 3 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
"name": "diffy-explain-ai",
3
3
"displayName": "Diffy Commit AI - Generate Your Commit Message",
4
4
"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",
6
6
"publisher": "hitclaw",
7
7
"engines": {
8
-
"vscode": "^1.72.0"
8
+
"vscode": "^1.72.1"
9
9
},
10
10
"categories": [
11
11
"SCM Providers"
@@ -102,17 +102,7 @@
102
102
},
103
103
"diffy-explain-ai.model": {
104
104
"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",
116
106
"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.**"
0 commit comments