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 20e8bcc commit ff461e5Copy full SHA for ff461e5
readme.md
@@ -267,7 +267,7 @@ corresponding [proto files](https://github.com/xai-org/xai-proto/tree/main/proto
267
```csharp
268
var builder = Host.CreateApplicationBuilder(args); // or WebApplication.CreateBuilder(args);
269
270
-builder.Services.AddGrokClient(Environment.GetEnvironmentVariable("XAI_API_KEY")!);
+builder.Services.AddxAIProtocol(Environment.GetEnvironmentVariable("XAI_API_KEY")!);
271
272
var app = builder.Build();
273
```
0 commit comments