Skip to content

Commit 7727891

Browse files
chore: update SDK settings
1 parent 72be2af commit 7727891

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 63
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/dinum%2Fopengatellm-7913e9c8a4bceb74d9fc3c62c12c7e58fa49af4f5e83b063a8b1aed2527d8cb9.yml
33
openapi_spec_hash: a48eb56920ad5b3470efec5e0b2d974b
4-
config_hash: 491e1746c9cad3e6268a505f494fa03f
4+
config_hash: d8ca1ad35c40b57b305b4e593eb66a43

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The full API of this library can be found in [api.md](api.md).
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/etalab-ia/OpenGateLLM.git
19+
# install from PyPI
20+
pip install opengatellm
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install opengatellm`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -83,8 +80,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
8380
You can enable this by installing `aiohttp`:
8481

8582
```sh
86-
# install from the production repo
87-
pip install 'opengatellm[aiohttp] @ git+ssh://git@github.com/etalab-ia/OpenGateLLM.git'
83+
# install from PyPI
84+
pip install opengatellm[aiohttp]
8885
```
8986

9087
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)