mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Add streaming fallback to mitigate openrouter failed requests
This commit is contained in:
@@ -457,8 +457,8 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
|
||||
if (apiKey) {
|
||||
apiProvider = "anthropic"
|
||||
} else {
|
||||
// New users should default to anthropic (openrouter doesn't perform well with large files)
|
||||
apiProvider = "anthropic"
|
||||
// New users should default to openrouter (better rate limits and wider model selection)
|
||||
apiProvider = "openrouter"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user