diff --git a/package.json b/package.json index 95cba23..33a2795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@premai/prem-sdk", - "version": "0.3.57", + "version": "0.3.58", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/src/types/api.d.ts b/src/types/api.d.ts index 60dbf8d..a8addf0 100644 --- a/src/types/api.d.ts +++ b/src/types/api.d.ts @@ -132,8 +132,9 @@ export interface components { /** * Format: double * @description What sampling temperature to use, between 0 and 2. + * @default 1 */ - temperature?: number | null; + temperature?: number; /** @description The tools to use in the completion. */ tools?: { /** @@ -981,8 +982,9 @@ export interface operations { /** * Format: double * @description What sampling temperature to use, between 0 and 2. + * @default 1 */ - temperature?: number | null; + temperature?: number; /** @description The tools to use in the completion. */ tools?: { /** @@ -1051,8 +1053,9 @@ export interface operations { /** * Format: double * @description What sampling temperature to use, between 0 and 2. + * @default 1 */ - temperature?: number | null; + temperature?: number; /** @description The tools to use in the completion. */ tools?: { /** @@ -1121,8 +1124,9 @@ export interface operations { /** * Format: double * @description What sampling temperature to use, between 0 and 2. + * @default 1 */ - temperature?: number | null; + temperature?: number; /** @description The tools to use in the completion. */ tools?: { /**