mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix tests
This commit is contained in:
parent
2749c6e9bd
commit
6c83b597d6
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ describe("OpenRouter API", () => {
|
|||
contextWindow: 200000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
supportsNativeToolCalling: true,
|
||||
inputPrice: 3,
|
||||
outputPrice: 15,
|
||||
cacheWritesPrice: 3.75,
|
||||
|
|
@ -36,6 +37,7 @@ describe("OpenRouter API", () => {
|
|||
contextWindow: 200000,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
supportsNativeToolCalling: true,
|
||||
inputPrice: 3,
|
||||
outputPrice: 15,
|
||||
cacheWritesPrice: 3.75,
|
||||
|
|
@ -89,6 +91,7 @@ describe("OpenRouter API", () => {
|
|||
contextWindow: 1048576,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
supportsNativeToolCalling: false,
|
||||
supportsReasoningBudget: true,
|
||||
inputPrice: 1.25,
|
||||
outputPrice: 10,
|
||||
|
|
@ -103,6 +106,7 @@ describe("OpenRouter API", () => {
|
|||
contextWindow: 1048576,
|
||||
supportsImages: true,
|
||||
supportsPromptCache: true,
|
||||
supportsNativeToolCalling: false,
|
||||
supportsReasoningBudget: true,
|
||||
inputPrice: 1.25,
|
||||
outputPrice: 10,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue