Skip to content

Commit 03157fb

Browse files
authored
chore: update README with new gradient name
Drop GradientAI for Gradient. This change updates the readme the sdk will be updated soon.
1 parent b6bf022 commit 03157fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# GradientAI Python API library
1+
# Gradient Python API library
22

33
### 🚧 Preview Status
44

5-
> GradientAI SDK is currently in **preview**. It is reasonably stable and suitable for use, but **some features and APIs may still change** as development continues.
5+
> Gradient SDK is currently in **preview**. It is reasonably stable and suitable for use, but **some features and APIs may still change** as development continues.
66
> Use with care in production environments and keep an eye on releases for updates or breaking changes.
77
88
<!-- prettier-ignore -->
99
[![PyPI version](https://img.shields.io/pypi/v/do_gradientai.svg?label=pypi%20(stable))](https://pypi.org/project/do_gradientai/)
10-
[![Docs](https://img.shields.io/badge/Docs-8A2BE2)](https://gradientai-sdk.digitalocean.com/getting-started/overview/)
10+
[![Docs](https://img.shields.io/badge/Docs-8A2BE2)](https://gradientai.digitalocean.com/getting-started/overview/)
1111

12-
The GradientAI Python library provides convenient access to the GradientAI REST API from any Python 3.8+
12+
The Gradient Python library provides convenient access to the Gradient REST API from any Python 3.8+
1313
application. The library includes type definitions for all request params and response fields,
1414
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
1515

1616
It is generated with [Stainless](https://www.stainless.com/).
1717

1818
## Documentation
1919

20-
The getting started guide can be found on [gradientai-sdk.digitalocean.com](https://gradientai-sdk.digitalocean.com/getting-started/overview).
20+
The getting started guide can be found on [gradient-sdk.digitalocean.com](https://gradient-sdk.digitalocean.com/getting-started/overview).
2121
The REST API documentation can be found on [developers.digitalocean.com](https://developers.digitalocean.com/documentation/v2/).
2222
The full API of this library can be found in [api.md](api.md).
2323

@@ -30,10 +30,10 @@ pip install --pre do_gradientai
3030

3131
## Usage
3232

33-
The GradientAI SDK provides clients for:
33+
The Gradient SDK provides clients for:
3434
* DigitalOcean API
35-
* GradientAI Serverless Inference
36-
* GradientAI Agent Inference
35+
* Gradient Serverless Inference
36+
* Gradient Agent Inference
3737

3838
The full API of this library can be found in [api.md](api.md).
3939

0 commit comments

Comments
 (0)