chore: format code
This commit is contained in:
parent
ffc4d53923
commit
2198f9400f
2 changed files with 12 additions and 0 deletions
|
|
@ -1035,6 +1035,7 @@ export type ProviderConfig = {
|
|||
[key: string]: {
|
||||
id?: string
|
||||
name?: string
|
||||
family?: string
|
||||
release_date?: string
|
||||
attachment?: boolean
|
||||
reasoning?: boolean
|
||||
|
|
@ -1461,6 +1462,7 @@ export type Model = {
|
|||
npm: string
|
||||
}
|
||||
name: string
|
||||
family?: string
|
||||
capabilities: {
|
||||
temperature: boolean
|
||||
reasoning: boolean
|
||||
|
|
@ -3027,6 +3029,7 @@ export type ProviderListResponses = {
|
|||
[key: string]: {
|
||||
id: string
|
||||
name: string
|
||||
family?: string
|
||||
release_date: string
|
||||
attachment: boolean
|
||||
reasoning: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue