Skip to content

Commit f1f89ed

Browse files
committed
Fix unknown property issue
1 parent 1a015e1 commit f1f89ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/types/src/providers/sapaicore.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,13 @@ export const sapAiCoreModels = {
5858
contextWindow: 1_048_576,
5959
supportsImages: true,
6060
supportsPromptCache: true,
61-
thinkingConfig: {
62-
maxBudget: 32767,
63-
},
6461
description: sapAiCoreModelDescription,
6562
},
6663
"gemini-2.5-flash": {
6764
maxTokens: 65536,
6865
contextWindow: 1_048_576,
6966
supportsImages: true,
7067
supportsPromptCache: true,
71-
thinkingConfig: {
72-
maxBudget: 24576,
73-
},
7468
description: sapAiCoreModelDescription,
7569
},
7670
"gpt-4": {

0 commit comments

Comments
 (0)