Skip to content

Commit 5717410

Browse files
update temp value
1 parent 399458c commit 5717410

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

openapi.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8605,6 +8605,15 @@ components:
86058605
type: object
86068606
x-oaiTypeLabel: map
86078607
nullable: true
8608+
temperature:
8609+
type: number
8610+
minimum: 0
8611+
maximum: 2
8612+
default: 1
8613+
example: 1
8614+
nullable: true
8615+
description: &run_temperature_description |
8616+
What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
86088617
stream:
86098618
type: boolean
86108619
nullable: true
@@ -8733,6 +8742,14 @@ components:
87338742
type: object
87348743
x-oaiTypeLabel: map
87358744
nullable: true
8745+
temperature:
8746+
type: number
8747+
minimum: 0
8748+
maximum: 2
8749+
default: 1
8750+
example: 1
8751+
nullable: true
8752+
description: *run_temperature_description
87368753
stream:
87378754
type: boolean
87388755
nullable: true

0 commit comments

Comments
 (0)