Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Sep 20, 2024
1 parent e858707 commit fa2020e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api-reference/efficiency_benchmarks/get_benchmark.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ provided.

#### Query Parameters

<ParamField query="model" type="string" required="true">
<ParamField query="model" type="string" >
Name of the model.
</ParamField>

<ParamField query="provider" type="string" required="true">
<ParamField query="provider" type="string" >
Name of the provider.
</ParamField>

Expand Down
7 changes: 5 additions & 2 deletions api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@
{
"name": "model",
"in": "query",
"required": true,
"required": false,
"schema": {
"type": "string",
"description": "Name of the model.",
Expand All @@ -2576,7 +2576,7 @@
{
"name": "provider",
"in": "query",
"required": true,
"required": false,
"schema": {
"type": "string",
"description": "Name of the provider.",
Expand Down Expand Up @@ -2647,6 +2647,9 @@
"type": "object",
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "string",
"format": "date-time"
Expand Down

0 comments on commit fa2020e

Please sign in to comment.