provider-cleanup
Dax Raad 2025-12-03 21:07:18 -05:00
parent c999c3d9e5
commit 3bedf95e12
1 changed files with 0 additions and 2 deletions

View File

@ -952,7 +952,6 @@ export type ProviderConfig = {
[key: string]: {
id?: string
name?: string
target?: string
release_date?: string
attachment?: boolean
reasoning?: boolean
@ -2698,7 +2697,6 @@ export type ProviderListResponses = {
[key: string]: {
id: string
name: string
target: string
release_date: string
attachment: boolean
reasoning: boolean