Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7845,7 +7845,7 @@ components:
oneOf:
- type: string
- type: integer
example: 42
example: "42"
description: Random seed for reproducibility
RL.InputChunk:
type: object
Expand Down Expand Up @@ -8120,7 +8120,7 @@ components:
oneOf:
- type: string
- type: integer
example: 100
example: "100"
RL.SampleResult:
type: object
description: Result of a sample operation
Expand Down Expand Up @@ -8154,9 +8154,9 @@ components:
tokens:
type: array
example:
- 123
- 456
- 789
- "123"
- "456"
- "789"
items:
oneOf:
- type: string
Expand Down Expand Up @@ -8336,7 +8336,7 @@ components:
oneOf:
- type: string
- type: integer
example: 100
example: "100"
default: "0"
created_at:
type: string
Expand Down Expand Up @@ -8464,7 +8464,7 @@ components:
oneOf:
- type: string
- type: integer
example: 42
example: "42"
description: Training step at time of save
created_at:
type: string
Expand Down Expand Up @@ -8506,7 +8506,7 @@ components:
oneOf:
- type: string
- type: integer
example: 42
example: "42"
description: Training step at time of save
created_at:
type: string
Expand Down Expand Up @@ -8572,7 +8572,7 @@ components:
oneOf:
- type: string
- type: integer
example: 123456789
example: "123456789"
description: File size in bytes
RL.CheckpointDownloadResponse:
type: object
Expand Down
Loading