Skip to content

Commit 62ee5b6

Browse files
error messgae formatting
1 parent b68a005 commit 62ee5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/providers/bedrock.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,8 @@ Suggestions:
889889
},
890890
ON_DEMAND_NOT_SUPPORTED: {
891891
patterns: ["with on-demand throughput isn’t supported."],
892-
messageTemplate: `1. Try enabling cross-region inference in settings.
892+
messageTemplate: `
893+
1. Try enabling cross-region inference in settings.
893894
2. Or, create an inference profile and then leverage the "Use custom ARN..." option of the model selector in settings.`,
894895
logLevel: "error",
895896
},

0 commit comments

Comments
 (0)