Skip to content

Commit dd596b2

Browse files
committed
Rename to xAI
We got the package id, so rename everything to xAI.
1 parent 4f5ab93 commit dd596b2

29 files changed

+38
-32
lines changed

GrokClient.slnx

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/grok.png

1.3 KB
Loading
File renamed without changes.

assets/icon.png

-300 Bytes
Loading

assets/xai.svg

Lines changed: 9 additions & 0 deletions
Loading

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
![Icon](assets/icon.png) Grok Client (gRPC)
1+
![Icon](assets/icon.png) xAI .NET SDK
22
============
33

4-
[![Version](https://img.shields.io/nuget/vpre/GrokClient.svg?color=royalblue)](https://www.nuget.org/packages/GrokClient)
5-
[![Downloads](https://img.shields.io/nuget/dt/GrokClient.svg?color=darkmagenta)](https://www.nuget.org/packages/GrokClient)
4+
[![Version](https://img.shields.io/nuget/vpre/xAI.svg?color=royalblue)](https://www.nuget.org/packages/xAI)
5+
[![Downloads](https://img.shields.io/nuget/dt/xAI.svg?color=darkmagenta)](https://www.nuget.org/packages/xAI)
66
[![EULA](https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30)](osmfeula.txt)
77
[![OSS](https://img.shields.io/github/license/devlooped/oss.svg?color=blue)](license.txt)
88

9-
Grok client based on the official gRPC API reference from xAI
9+
xAI .NET SDK 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

src/icon.png

-1.2 KB
Loading

src/protofix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
const string ns =
1919
"""
20-
option csharp_namespace = "Devlooped.Grok";
20+
option csharp_namespace = "xAI.Protocol";
2121
""";
2222

2323
/// <summary>Check and fix imports in .proto files.</summary>

0 commit comments

Comments
 (0)