File tree Expand file tree Collapse file tree 7 files changed +32
-21
lines changed
Expand file tree Collapse file tree 7 files changed +32
-21
lines changed Original file line number Diff line number Diff line change 66### NPM
77
88``` bash
9- npm add @openai/sdk
9+ npm add @speakeasy-api/openai
1010```
1111
1212### Yarn
1313
1414``` bash
15- yarn add @openai/sdk
15+ yarn add @speakeasy-api/openai
1616```
1717<!-- End SDK Installation -->
1818
1919## SDK Example Usage
2020<!-- Start SDK Example Usage -->
2121``` typescript
22- import { Openai , withSecurity } from " @openai/sdk " ;
23- import { CancelFineTuneRequest , CancelFineTuneResponse } from " @openai/sdk /src/sdk/models/operations" ;
22+ import { Openai , withSecurity } from " @speakeasy-api/openai " ;
23+ import { CancelFineTuneRequest , CancelFineTuneResponse } from " @speakeasy-api/openai /src/sdk/models/operations" ;
2424import { AxiosError } from " axios" ;
2525
2626
Original file line number Diff line number Diff line change 44### Changes
55Based on:
66- OpenAPI Doc 1.1.0 https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml
7- - Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
7+ - Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
8+
9+ ## Version 1.1.1
10+ ### Changes
11+ Based on:
12+ - OpenAPI Doc 1.1.0 https://raw.githubusercontent.com/openai/openai-openapi/master/openapi.yaml
13+ - Speakeasy CLI 1.4.7 https://github.com/speakeasy-api/speakeasy
14+ ### Releases
15+ - [ NPM v1.1.1] https://www.npmjs.com/package/@speakeasy-api/openai/v/1.1.1 - ./
Original file line number Diff line number Diff line change 11<!-- Start SDK Example Usage -->
22``` typescript
3- import { Openai , withSecurity } from " @openai/sdk " ;
4- import { CancelFineTuneRequest , CancelFineTuneResponse } from " @openai/sdk /src/sdk/models/operations" ;
3+ import { Openai , withSecurity } from " @speakeasy-api/openai " ;
4+ import { CancelFineTuneRequest , CancelFineTuneResponse } from " @speakeasy-api/openai /src/sdk/models/operations" ;
55import { AxiosError } from " axios" ;
66
77
Original file line number Diff line number Diff line change 1+ configVersion : 1.0.0
12management :
2- openapi-checksum : 070eea1a67c4e5af9e7dbad61d95fd37
3- openapi-version : 1.1.0
4- speakeasy-version : 1.4.7
3+ docChecksum : 070eea1a67c4e5af9e7dbad61d95fd37
4+ docVersion : 1.1.0
5+ speakeasyVersion : 1.4.7
6+ generation :
7+ telemetryEnabled : false
8+ sdkClassName : openai
59typescript :
6- version : 1.1.0
7- packagename : ' @speakeasy-api/openai'
10+ version : 1.1.1
811 author : speakeasy-openai
9- sdkclassname : openai
12+ packageName : ' @speakeasy-api/ openai'
Original file line number Diff line number Diff line change 11{
2- "name" : " @openai/sdk " ,
3- "version" : " 1.2.0 " ,
4- "author" : " openai" ,
2+ "name" : " @speakeasy-api/openai " ,
3+ "version" : " 1.1.1 " ,
4+ "author" : " speakeasy- openai" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
77 },
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export class Openai {
2121 public _securityClient : AxiosInstance ;
2222 public _serverURL : string ;
2323 private _language = "typescript" ;
24- private _sdkVersion = "1.2.0 " ;
24+ private _sdkVersion = "1.1.1 " ;
2525 private _genVersion = "1.4.7" ;
2626
2727 constructor ( props : SDKProps ) {
You can’t perform that action at this time.
0 commit comments