Skip to content

Commit c2256c9

Browse files
committed
Set supportsPromptCache to true
1 parent 52e14fa commit c2256c9

File tree

1 file changed

+1
-1
lines changed
  • packages/types/src/providers

1 file changed

+1
-1
lines changed

packages/types/src/providers/roo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const rooModels = {
1010
maxTokens: 8192,
1111
contextWindow: 262_144,
1212
supportsImages: false,
13-
supportsPromptCache: false,
13+
supportsPromptCache: true,
1414
inputPrice: 0,
1515
outputPrice: 0,
1616
description:

0 commit comments

Comments
 (0)