Skip to content

Commit 4c28b11

Browse files
committed
Unify description and references to gGRPC source
1 parent 257c11d commit 4c28b11

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Version](https://img.shields.io/nuget/vpre/Devlooped.GrokClient.svg?color=royalblue)](https://www.nuget.org/packages/Devlooped.GrokClient)
77
[![Downloads](https://img.shields.io/nuget/dt/Devlooped.GrokClient.svg?color=green)](https://www.nuget.org/packages/Devlooped.GrokClient)
88

9-
A full XAI/Grok client based on the official full gRPC API.
9+
Grok client based on the official gRPC API reference from xAI
1010

1111
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
1212
## Open Source Maintenance Fee
@@ -24,6 +24,10 @@ OSMF tier. A single fee covers all of [Devlooped packages](https://www.nuget.org
2424
<!-- #content -->
2525
## Usage
2626

27+
This project provides a .NET client for the gRPC API of xAI with full support for all services
28+
documented in the [official API reference](https://docs.x.ai/docs/grpc-reference) and
29+
corresponding [proto files](https://github.com/xai-org/xai-proto/tree/main/proto/xai/api/v1).
30+
2731
```csharp
2832
var builder = Host.CreateApplicationBuilder(args); // or WebApplication.CreateBuilder(args);
2933

src/GrokClient/GrokClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>Devlooped.Grok</RootNamespace>
66
<AssemblyName>Devlooped.Grok</AssemblyName>
77
<PackageId>GrokClient</PackageId>
8-
<Description>Grok gRPC client based on the official protocol buffers from xAI.</Description>
8+
<Description>Grok client based on the official gRPC API reference from xAI.</Description>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageTags>ai grok llm xai</PackageTags>
1111
</PropertyGroup>

src/GrokClient/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![OSS](https://img.shields.io/github/license/devlooped/oss.svg?color=blue)](license.txt)
33
[![GitHub](https://img.shields.io/badge/-source-181717.svg?logo=GitHub)](https://github.com/devlooped/GrokClient)
44

5-
A full XAI/Grok client based on the official full gRPC API.
5+
Grok client based on the official gRPC API reference from xAI
66

77
<!-- include https://github.com/devlooped/.github/raw/main/osmf.md -->
88
<!-- include ../../readme.md#content -->

0 commit comments

Comments
 (0)