Skip to content

Commit

Permalink
change sandbox blazor to haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Mar 25, 2024
1 parent 1cd25fa commit 2154898
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 @@ -29,7 +29,7 @@ async Task SendClick()

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

0 comments on commit 2154898

Please sign in to comment.