From 91ee20d9cfc4385a38f70281fae4e0c8fdb0fde1 Mon Sep 17 00:00:00 2001 From: Sujin Kim <108571492+cowboysj@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:00:05 +0900 Subject: [PATCH] docs : correct typo from "what it" to "what is" in bedrock-cohere.adoc --- .../modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc index 2d480fd44..b7eac40d5 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock/bedrock-cohere.adoc @@ -229,7 +229,7 @@ CohereChatBedrockApi cohereChatApi = new CohereChatBedrockApi( Duration.ofMillis(1000L)); var request = CohereChatRequest - .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?") .withStream(false) .withTemperature(0.5) .withTopP(0.8)