Skip to content

Commit 863e52e

Browse files
fix
1 parent 96af7e8 commit 863e52e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/web/src/features/chat/utils.server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ export const getAISDKLanguageModelAndOptions = async (config: LanguageModel): Pr
211211
});
212212

213213
const isAdaptiveThinkingSupported =
214-
modelId.startsWith('claude-opus-4-7');
214+
modelId.startsWith('claude-opus-4-7') ||
215+
modelId.startsWith('claude-opus-4-8');
215216

216217
return {
217218
model: anthropic(modelId),

0 commit comments

Comments
 (0)