Skip to content

Commit

Permalink
use sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 13, 2024
1 parent e636fe6 commit f78899d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/BlazorApp1/Components/Pages/Home.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async void SendClick()

var stream = Anthropic.Messages.CreateStreamAsync(new()
{
Model = Models.Claude3Opus,
Model = Models.Claude3Sonnet,
MaxTokens = 1024,
Temperature = temperature,
System = string.IsNullOrWhiteSpace(systemInput) ? null : systemInput,
Expand Down

0 comments on commit f78899d

Please sign in to comment.