File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
2832var builder = Host .CreateApplicationBuilder (args ); // or WebApplication.CreateBuilder(args);
2933
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments