Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz committed Jun 15, 2024
1 parent cbe5697 commit ea1bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LlmTornado/Chat/Vendors/Cohere/VendorCohereChatRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public VendorCohereChatRequest(ChatRequest request, IEndpointProvider provider)
}

Message = respondMsg;
Model = request.Model?.Name ?? ChatModel.Cohere.CommandRPlus.Name;
Model = request.Model?.Name ?? ChatModel.Cohere.Claude3.CommandRPlus.Name;
Preamble = preamble;
MaxTokens = request.MaxTokens ?? 1024;
StopSequences = request.StopSequence?.Split(',').ToList();
Expand Down

0 comments on commit ea1bebf

Please sign in to comment.