mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
chore: lint
This commit is contained in:
parent
dd2faa2b6a
commit
905e290071
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user