Skip to content

Commit 483a355

Browse files
979392: remove unused code
1 parent 90ecfd8 commit 483a355

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

blazor/ai-assistview/gemini-integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ const string GeminiApiKey = 'Place your API key here';
9595
};
9696
private readonly string geminiApiKey = "AIzaSyB0AdTfrCZlkEaPFac8VoS55DUKfP5cyeE"; // Replace with your Gemini API key
9797

98-
[Inject]
99-
private HttpClient Http { get; set; }
10098
private async Task OnPromptRequest(AssistViewPromptRequestedEventArgs args)
10199
{
102100
try

0 commit comments

Comments
 (0)