Skip to content

Commit 90b100d

Browse files
chore: sync changes
1 parent 524080c commit 90b100d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/create-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ steps.release.outputs.releases_created }}
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: '18'
32+
node-version: '20'
3333

3434
- name: Install dependencies
3535
if: ${{ steps.release.outputs.releases_created }}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 111
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-d4bcffecf0cdadf746faa6708ed1ec81fac451f9b857deabbab26f0a343b9314.yml
33
openapi_spec_hash: 7c54a18b4381248bda7cc34c52142615
4-
config_hash: d23f847b9ebb3f427d0f198035bd3e9f
4+
config_hash: e618aa8ff61aea826540916336de65a6

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ client.containers.files.delete();
174174

175175
### Removed `httpAgent` in favor of `fetchOptions`
176176

177-
The `httpAgent` client option has been removed in favor of a [platform-specific `fetchOptions` property](https://github.com/stainless-sdks/openai-typescript#fetch-options).
177+
The `httpAgent` client option has been removed in favor of a [platform-specific `fetchOptions` property](https://github.com/openai/openai-node#fetch-options).
178178
This change was made as `httpAgent` relied on `node:http` agents which are not supported by any runtime's builtin fetch implementation.
179179

180-
If you were using `httpAgent` for proxy support, check out the [new proxy documentation](https://github.com/stainless-sdks/openai-typescript#configuring-proxies).
180+
If you were using `httpAgent` for proxy support, check out the [new proxy documentation](https://github.com/openai/openai-node#configuring-proxies).
181181

182182
Before:
183183

bin/migration-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pkg": "openai",
3-
"githubRepo": "https://github.com/stainless-sdks/openai-typescript",
3+
"githubRepo": "https://github.com/openai/openai-node",
44
"clientClass": "OpenAI",
55
"methods": [
66
{

0 commit comments

Comments
 (0)