Upgrade transcription model from gpt-4o-mini-transcribe to gpt-4o-transcribe for better accent handling
This commit is contained in:
@@ -21,11 +21,11 @@ logger = logging.getLogger(__name__)
|
||||
OPENROUTER_BASE = "https://openrouter.ai/api/v1"
|
||||
OPENAI_BASE = "https://api.openai.com/v1"
|
||||
TRANSCRIPTION_MODELS = [
|
||||
"openai/gpt-4o-mini-transcribe",
|
||||
"openai/gpt-4o-transcribe",
|
||||
"openai/whisper-large-v3",
|
||||
]
|
||||
DIRECT_OPENAI_TRANSCRIPTION_MODELS = [
|
||||
"gpt-4o-mini-transcribe",
|
||||
"gpt-4o-transcribe",
|
||||
"whisper-1",
|
||||
]
|
||||
TRANSCRIPTION_CHUNK_SECONDS = 600
|
||||
|
||||
Reference in New Issue
Block a user