Skip to content

Commit 8ff4030

Browse files
committed
fix(bedrock): fixing name of the opus claude-opus-4-5
1 parent 6b5ad59 commit 8ff4030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Bridge/Bedrock/ModelCatalog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function __construct(array $additionalModels = [])
288288
Capability::OUTPUT_TEXT,
289289
],
290290
],
291-
'global.anthropic.claude-opus-4-5-20251101' => [
291+
'claude-opus-4-5-20251101' => [
292292
'class' => Claude::class,
293293
'capabilities' => [
294294
Capability::INPUT_MESSAGES,

0 commit comments

Comments
 (0)