Parcourir la source

@roo-code/types v1.90.0 (#9998)

Chris Estreich il y a 2 semaines
Parent
commit
2a70a2ec0e

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

@@ -1,6 +1,6 @@
 {
 {
 	"name": "@roo-code/types",
 	"name": "@roo-code/types",
-	"version": "1.89.0",
+	"version": "1.90.0",
 	"description": "TypeScript type definitions for Roo Code.",
 	"description": "TypeScript type definitions for Roo Code.",
 	"publishConfig": {
 	"publishConfig": {
 		"access": "public",
 		"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
 				const contextWindow = m.context_length
 
 
 				if (!contextWindow) {
 				if (!contextWindow) {
-					console.error(`Context length is required for Chutes model: ${m.id}`)
 					continue
 					continue
 				}
 				}