We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ecfd8 commit 483a355Copy full SHA for 483a355
blazor/ai-assistview/gemini-integration.md
@@ -95,8 +95,6 @@ const string GeminiApiKey = 'Place your API key here';
95
};
96
private readonly string geminiApiKey = "AIzaSyB0AdTfrCZlkEaPFac8VoS55DUKfP5cyeE"; // Replace with your Gemini API key
97
98
- [Inject]
99
- private HttpClient Http { get; set; }
100
private async Task OnPromptRequest(AssistViewPromptRequestedEventArgs args)
101
{
102
try
0 commit comments