Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 27, 2024
1 parent 11ffc2d commit 2987b9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sandbox/BedrockBlazorApp1/Components/Pages/Home.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace BedrockBlazorApp1.Components.Pages;
public partial class Home
{
[Inject]
public AmazonBedrockRuntimeClient BedrockClient { get; init; }
private BedrockAnthropicClient anthropic;
public required AmazonBedrockRuntimeClient BedrockClient { get; init; }
private BedrockAnthropicClient anthropic = default!;

double temperature = 1.0;
string textInput = "";
Expand Down
1 change: 0 additions & 1 deletion sandbox/BedrockConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Buffers;
using System.Collections.Generic;
using System.Formats.Asn1;
using System.IO.Pipelines;
using System.Reflection.PortableExecutable;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices.ObjectiveC;
Expand Down
1 change: 0 additions & 1 deletion src/Claudia/StreamMessageReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public async IAsyncEnumerable<IMessageStreamEvent> ReadMessagesAsync([Enumerator
yield break;
}
}

}
}

Expand Down

0 comments on commit 2987b9a

Please sign in to comment.