feat: add streaming cloud ASR, polish routing, and settings card layout
Unify Bailian/Volcengine/OpenAI realtime streaming, ABE polish routing with fun styles, and a shared card-page Settings hierarchy; bump to 1.1 (build 32).
This commit is contained in:
@@ -65,7 +65,7 @@ public enum ProviderModelService {
|
||||
session: URLSession = .shared
|
||||
) async throws -> [String] {
|
||||
switch CloudASRModelCatalog.strategy(for: providerId) {
|
||||
case .volcengineStreaming, .bailianStreaming:
|
||||
case .volcengineStreaming, .bailianStreaming, .openaiRealtimeStreaming:
|
||||
return singleModel(currentModel, fallback: CloudASRModelCatalog.defaultModel(for: providerId))
|
||||
case .localFallback:
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user