Skip to content

Commit a8863ed

Browse files
Fixed open_weights as required field
Co-authored-by: rekram1-node <[email protected]>
1 parent d7d353f commit a8863ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Models must conform to the following schema, as defined in `app/schemas.ts`.
153153
- `knowledge` _(optional)_: String — Knowledge-cutoff date in `YYYY-MM` or `YYYY-MM-DD` format
154154
- `release_date`: String — First public release date in `YYYY-MM` or `YYYY-MM-DD`
155155
- `last_updated`: String — Most recent update date in `YYYY-MM` or `YYYY-MM-DD`
156-
- `open_weights` _(optional)_: Boolean - Indicate the models trained weights are publicly available
156+
- `open_weights`: Boolean - Indicate the model's trained weights are publicly available
157157
- `cost.input` _(optional)_: Number — Cost per million input tokens (USD)
158158
- `cost.output` _(optional)_: Number — Cost per million output tokens (USD)
159159
- `cost.reasoning` _(optional)_: Number — Cost per million reasoning tokens (USD)

0 commit comments

Comments
 (0)