mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 21:01:06 -05:00
Minor fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user