Skip to content

Commit

Permalink
fix: add model details field and interface (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
da-z authored Mar 14, 2024
1 parent 24d6c83 commit 6d37566
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ export interface ModelResponse {
modified_at: Date
size: number
digest: string
details: ModelDetails
}

export interface ModelDetails {
parent_model: string
format: string
family: string
families: string[]
Expand Down

0 comments on commit 6d37566

Please sign in to comment.