mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
fix(OpenAISettingsGroup): 添加priority到FALL_BACK_SERVICE_TIER映射
This commit is contained in:
parent
b7b6e28db8
commit
02ea056cdd
@ -20,7 +20,8 @@ interface Props {
|
||||
const FALL_BACK_SERVICE_TIER: Record<OpenAIServiceTier, OpenAIServiceTier> = {
|
||||
auto: 'auto',
|
||||
default: 'default',
|
||||
flex: 'default'
|
||||
flex: 'default',
|
||||
priority: 'priority'
|
||||
}
|
||||
|
||||
const OpenAISettingsGroup: FC<Props> = ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user