Revert "fix: resolve chat conversation hanging and stream interruption issues (#1971)"

This reverts commit e68593f22d.
This commit is contained in:
Stijnus
2025-09-07 00:14:13 +02:00
committed by Stijnus
parent e68593f22d
commit 37217a5c7b
61 changed files with 1432 additions and 8811 deletions

View File

@@ -31,18 +31,6 @@ export default class OpenRouterProvider extends BaseProvider {
* Essential fallback models - only the most stable/reliable ones
* Claude 3.5 Sonnet via OpenRouter: 200k context
*/
{
name: 'anthropic/claude-sonnet-4-20250514',
label: 'Anthropic: Claude Sonnet 4 (OpenRouter)',
provider: 'OpenRouter',
maxTokenAllowed: 200000,
},
{
name: 'anthropic/claude-opus-4-1-20250805',
label: 'Anthropic: Claude Opus 4.1 (OpenRouter)',
provider: 'OpenRouter',
maxTokenAllowed: 200000,
},
{
name: 'anthropic/claude-3.5-sonnet',
label: 'Claude 3.5 Sonnet',