We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ec519 commit 3f9d6b1Copy full SHA for 3f9d6b1
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc
@@ -229,7 +229,7 @@ CohereChatBedrockApi cohereChatApi = new CohereChatBedrockApi(
229
Duration.ofMillis(1000L));
230
231
var request = CohereChatRequest
232
- .builder("What is the capital of Bulgaria and what is the size? What it the national anthem?")
+ .builder("What is the capital of Bulgaria and what is the size? What is the national anthem?")
233
.withStream(false)
234
.withTemperature(0.5f)
235
.withTopP(0.8f)
0 commit comments