diff --git a/LlmTornado/Chat/Vendors/Cohere/VendorCohereChatResult.cs b/LlmTornado/Chat/Vendors/Cohere/VendorCohereChatResult.cs index d22c2f1..a94d780 100644 --- a/LlmTornado/Chat/Vendors/Cohere/VendorCohereChatResult.cs +++ b/LlmTornado/Chat/Vendors/Cohere/VendorCohereChatResult.cs @@ -31,7 +31,7 @@ internal class VendorCohereChatResult : VendorChatResult public override ChatResult ToChatResult(string? postData) { - string model = ChatModel.Cohere.CommandRPlus; + string model = ChatModel.Cohere.Claude3.CommandRPlus; if (postData is not null) {