Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/types/npm/package.metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/api/providers/fetchers/chutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Loading