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 87d055a commit 91ee20dCopy full SHA for 91ee20d
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.5)
235
.withTopP(0.8)
0 commit comments