Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Dec 20, 2024
1 parent 0029d00 commit eab1738
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ object AnthropicBedrockCreateMessageStreamed extends ExampleBase[AnthropicServic

val messages: Seq[Message] = Seq(
SystemMessage("You are a helpful assistant!"),
UserMessage("Start with the letter S followed by a quick story about Norway and finish with the letter E.")
UserMessage(
"Start with the letter S followed by a quick story about Norway and finish with the letter E."
)
)

private val modelId = "us." + NonOpenAIModelId.bedrock_claude_3_5_sonnet_20241022_v2_0
Expand Down

0 comments on commit eab1738

Please sign in to comment.