chore: lint

This commit is contained in:
suyao 2025-12-17 18:21:42 +08:00
parent dd2faa2b6a
commit 905e290071
No known key found for this signature in database

View File

@ -6,6 +6,7 @@
*/ */
import { formatPrivateKey, hasProviderConfig, ProviderConfigFactory } from '@cherrystudio/ai-core/provider' import { formatPrivateKey, hasProviderConfig, ProviderConfigFactory } from '@cherrystudio/ai-core/provider'
import { defaultAppHeaders } from '@shared/utils'
import { isEmpty } from 'lodash' import { isEmpty } from 'lodash'
import { routeToEndpoint } from '../api' import { routeToEndpoint } from '../api'
@ -13,7 +14,6 @@ import { isOllamaProvider } from './detection'
import { getAiSdkProviderId } from './mapping' import { getAiSdkProviderId } from './mapping'
import type { MinimalProvider } from './types' import type { MinimalProvider } from './types'
import { SystemProviderIds } from './types' import { SystemProviderIds } from './types'
import { defaultAppHeaders } from '@shared/utils'
/** /**
* AI SDK configuration result * AI SDK configuration result