Skip to content

Commit 91ee20d

Browse files
cowboysjtzolov
authored andcommitted
docs : correct typo from "what it" to "what is" in bedrock-cohere.adoc
1 parent 87d055a commit 91ee20d

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.5)
235235
.withTopP(0.8)

0 commit comments

Comments
 (0)