Chris Estreich 2 недель назад
Родитель
Сommit
2a70a2ec0e
2 измененных файлов с 1 добавлено и 2 удалено
  1. 1 1
      packages/types/npm/package.metadata.json
  2. 0 1
      src/api/providers/fetchers/chutes.ts

+ 1 - 1
packages/types/npm/package.metadata.json

@@ -1,6 +1,6 @@
 {
 	"name": "@roo-code/types",
-	"version": "1.89.0",
+	"version": "1.90.0",
 	"description": "TypeScript type definitions for Roo Code.",
 	"publishConfig": {
 		"access": "public",

+ 0 - 1
src/api/providers/fetchers/chutes.ts

@@ -40,7 +40,6 @@ export async function getChutesModels(apiKey?: string): Promise<Record<string, M
 				const contextWindow = m.context_length
 
 				if (!contextWindow) {
-					console.error(`Context length is required for Chutes model: ${m.id}`)
 					continue
 				}