From d1aadbffc13619ad979300e84c76c4f3370ec65a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 20 Jun 2024 08:03:38 +0000 Subject: [PATCH] v0.3.58 --- package.json | 2 +- src/types/api.d.ts | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) 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?: { /**