Skip to content

Commit

Permalink
#43 added model ID info
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Jan 9, 2024
1 parent 39c65f4 commit 7407148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,9 @@ const docTemplate = `{
"modelResponse": {
"$ref": "#/definitions/schemas.ProviderResponse"
},
"model_id": {
"type": "string"
},
"provider": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@
"modelResponse": {
"$ref": "#/definitions/schemas.ProviderResponse"
},
"model_id": {
"type": "string"
},
"provider": {
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ definitions:
type: string
model:
type: string
model_id:
type: string
modelResponse:
$ref: '#/definitions/schemas.ProviderResponse'
provider:
Expand Down

0 comments on commit 7407148

Please sign in to comment.