mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
@roo-code/types v1.90.0 (#9998)
This commit is contained in:
parent
f05dd59a2b
commit
2a70a2ec0e
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue