Add OpenRouter disclaimer

This commit is contained in:
Saoud Rizwan
2024-08-14 01:30:57 -04:00
parent 009616dafc
commit 245f3d404e
2 changed files with 8 additions and 4 deletions

View File

@@ -457,8 +457,8 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider {
if (apiKey) {
apiProvider = "anthropic"
} else {
// New users should default to openrouter (better rate limits and wider model selection)
apiProvider = "openrouter"
// New users should default to anthropic (openrouter has issues, bedrock is complicated)
apiProvider = "anthropic"
}
}