Comparing version
# Changelog | ||
## 4.18.0 (2023-11-14) | ||
Full Changelog: [v4.17.5...v4.18.0](https://github.com/openai/openai-node/compare/v4.17.5...v4.18.0) | ||
### Features | ||
* **api:** add gpt-3.5-turbo-1106 ([#496](https://github.com/openai/openai-node/issues/496)) ([45f7672](https://github.com/openai/openai-node/commit/45f7672ccf4856ac309b08c6c96f0e73ab48b525)) | ||
## 4.17.5 (2023-11-13) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "openai", | ||
"version": "4.17.5", | ||
"version": "4.18.0", | ||
"description": "Client library for the OpenAI API", | ||
@@ -5,0 +5,0 @@ "author": "OpenAI <support@openai.com>", |
@@ -24,3 +24,3 @@ # OpenAI Node API Library | ||
```ts | ||
import OpenAI from 'https://deno.land/x/openai@v4.17.5/mod.ts'; | ||
import OpenAI from 'https://deno.land/x/openai@v4.18.0/mod.ts'; | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -455,3 +455,3 @@ import * as Core from 'openai/core'; | ||
*/ | ||
model: (string & {}) | 'gpt-4-1106-preview' | 'gpt-4-vision-preview' | 'gpt-4' | 'gpt-4-0314' | 'gpt-4-0613' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-32k-0613' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-16k-0613'; | ||
model: (string & {}) | 'gpt-4-1106-preview' | 'gpt-4-vision-preview' | 'gpt-4' | 'gpt-4-0314' | 'gpt-4-0613' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-32k-0613' | 'gpt-3.5-turbo-1106' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-16k-0613'; | ||
/** | ||
@@ -458,0 +458,0 @@ * Number between -2.0 and 2.0. Positive values penalize new tokens based on their |
@@ -570,2 +570,3 @@ // File generated from our OpenAPI spec by Stainless. | ||
| 'gpt-4-32k-0613' | ||
| 'gpt-3.5-turbo-1106' | ||
| 'gpt-3.5-turbo' | ||
@@ -572,0 +573,0 @@ | 'gpt-3.5-turbo-16k' |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '4.17.5'; // x-release-please-version | ||
export const VERSION = '4.18.0'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "4.17.5"; | ||
export declare const VERSION = "4.18.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '4.17.5'; // x-release-please-version | ||
exports.VERSION = '4.18.0'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1666700
0.02%28185
0.01%