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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@
94
94
"openai",
95
95
"vscode-lm"
96
96
],
97
-
"default": "openai",
98
-
"markdownDescription": "Select the AI service provider to use for generating commit messages. \n\n- **openai**: Use OpenAI API directly (requires API key)\n- **vscode-lm**: Use VS Code's built-in Language Model API (GitHub Copilot)"
97
+
"default": "vscode-lm",
98
+
"markdownDescription": "Select the AI service provider to use for generating commit messages. \n\n- **vscode-lm**: Use VS Code's built-in Language Model API (GitHub Copilot) - Default\n- **openai**: Use OpenAI API directly (requires API key)"
0 commit comments