mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
feat: 添加提供商格式转换优先级保持配置
- 新增 Provider.keep_priority_on_conversion 字段,控制格式转换时是否保持优先级 - 新增全局配置 KEEP_PRIORITY_ON_CONVERSION,可全局启用优先级保持 - 调度器根据配置决定是否降级需要格式转换的候选 - 前端 Provider 表单添加"保持优先级"开关 - 调整 HTTP 读写超时默认值为 3600 秒
This commit is contained in:
@@ -309,6 +309,7 @@ export interface ProviderWithEndpointsSummary {
|
||||
description?: string
|
||||
website?: string
|
||||
provider_priority: number
|
||||
keep_priority_on_conversion: boolean // 格式转换时是否保持优先级
|
||||
billing_type?: 'monthly_quota' | 'pay_as_you_go' | 'free_tier'
|
||||
monthly_quota_usd?: number
|
||||
monthly_used_usd?: number
|
||||
|
||||
Reference in New Issue
Block a user