Minor fixes

This commit is contained in:
Saoud Rizwan
2024-09-13 17:06:05 -04:00
parent cd8edc221a
commit 3a5fa54384
3 changed files with 4 additions and 6 deletions

View File

@@ -719,8 +719,8 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
if (apiKey) {
apiProvider = "anthropic"
} else {
// New users should default to anthropic for now, but will change to openrouter after fast edit mode
apiProvider = "anthropic"
// New users should default to openrouter
apiProvider = "openrouter"
}
}