Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz committed Jun 15, 2024
1 parent bb90ea6 commit cbe5697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LlmTornado/Chat/Vendors/Cohere/VendorCohereChatResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit cbe5697

Please sign in to comment.