Skip to content

Commit 06a27a0

Browse files
feat(api): update via SDK Studio
1 parent 4169cc3 commit 06a27a0

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 16
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-3c79948402e96d2aae6e46095db2cf80759750d1b042d6f91281a72c415b14de.yml
33
openapi_spec_hash: f9c2fc5988f0a30397929995c2be2c85
4-
config_hash: c32ba723bbae0ee253dac6d60357cc05
4+
config_hash: a588d4012d27a0d7894c151f8a032e15

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ The REST API documentation can be found on [opencode.ai](https://opencode.ai/doc
1515
## Installation
1616

1717
```sh
18-
# install from the production repo
19-
pip install git+ssh://[email protected]/sst/opencode-sdk-python.git
18+
# install from PyPI
19+
pip install --pre opencode
2020
```
2121

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

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

6360
```sh
64-
# install from the production repo
65-
pip install 'opencode[aiohttp] @ git+ssh://[email protected]/sst/opencode-sdk-python.git'
61+
# install from PyPI
62+
pip install --pre opencode[aiohttp]
6663
```
6764

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

0 commit comments

Comments
 (0)