mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 22:39:36 +08:00
refactor(store): 移除未使用的OpenAIServiceTiers和SystemProviderIds导入
This commit is contained in:
parent
66ea594077
commit
b7b6e28db8
@ -12,16 +12,7 @@ import {
|
|||||||
} from '@renderer/config/providers'
|
} from '@renderer/config/providers'
|
||||||
import db from '@renderer/databases'
|
import db from '@renderer/databases'
|
||||||
import i18n from '@renderer/i18n'
|
import i18n from '@renderer/i18n'
|
||||||
import {
|
import { Assistant, isSystemProvider, LanguageCode, Model, Provider, WebSearchProvider } from '@renderer/types'
|
||||||
Assistant,
|
|
||||||
isSystemProvider,
|
|
||||||
LanguageCode,
|
|
||||||
Model,
|
|
||||||
OpenAIServiceTiers,
|
|
||||||
Provider,
|
|
||||||
SystemProviderIds,
|
|
||||||
WebSearchProvider
|
|
||||||
} from '@renderer/types'
|
|
||||||
import { getDefaultGroupName, getLeadingEmoji, runAsyncFunction, uuid } from '@renderer/utils'
|
import { getDefaultGroupName, getLeadingEmoji, runAsyncFunction, uuid } from '@renderer/utils'
|
||||||
import { defaultByPassRules, UpgradeChannel } from '@shared/config/constant'
|
import { defaultByPassRules, UpgradeChannel } from '@shared/config/constant'
|
||||||
import { isEmpty } from 'lodash'
|
import { isEmpty } from 'lodash'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user