Skip to content

Commit 3f9d6b1

Browse files
authored
docs : correct typo from "what it" to "what is" in bedrock-cohere.adoc
1 parent 92ec519 commit 3f9d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ CohereChatBedrockApi cohereChatApi = new CohereChatBedrockApi(
229229
Duration.ofMillis(1000L));
230230
231231
var request = CohereChatRequest
232-
.builder("What is the capital of Bulgaria and what is the size? What it the national anthem?")
232+
.builder("What is the capital of Bulgaria and what is the size? What is the national anthem?")
233233
.withStream(false)
234234
.withTemperature(0.5f)
235235
.withTopP(0.8f)

0 commit comments

Comments
 (0)