docs : correct typo from "what it" to "what is" in bedrock-cohere.adoc

This commit is contained in:
Sujin Kim
2024-10-16 08:00:05 +09:00
committed by Christian Tzolov
parent 87d055aff2
commit 91ee20d9cf

View File

@@ -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)