You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8605,6 +8605,15 @@ components:
8605
8605
type: object
8606
8606
x-oaiTypeLabel: map
8607
8607
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.
0 commit comments