Skip to content

Commit

Permalink
Multiple models in GET response
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 27, 2023
1 parent 44e6a1f commit d1b2729
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
25 changes: 17 additions & 8 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion specification/inference/get_model/GetModelResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
import { ModelConfigContainer } from '@inference/_types/Services'

export class Response {
body: ModelConfigContainer
body: {
models: Array<ModelConfigContainer>
}
}

0 comments on commit d1b2729

Please sign in to comment.