Update model display names
This commit is contained in:
parent
308098694d
commit
d07e5e4967
@ -205,7 +205,7 @@ import Foundation
|
||||
),
|
||||
CloudModel(
|
||||
name: "scribe_v1",
|
||||
displayName: "Scribe v1",
|
||||
displayName: "Scribe v1(ElevenLabs)",
|
||||
description: "ElevenLabs' Scribe model for fast & accurate transcription.",
|
||||
provider: .elevenLabs,
|
||||
speed: 0.7,
|
||||
@ -214,8 +214,8 @@ import Foundation
|
||||
supportedLanguages: getLanguageDictionary(isMultilingual: true, provider: .elevenLabs)
|
||||
),
|
||||
CloudModel(
|
||||
name: "scribe_v2_realtime",
|
||||
displayName: "Scribe v2",
|
||||
name: "scribe_v2",
|
||||
displayName: "Scribe v2(ElevenLabs)",
|
||||
description: "ElevenLabs' Scribe v2 model for the most accurate transcription.",
|
||||
provider: .elevenLabs,
|
||||
speed: 0.75,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user