Add voice analytics filters and metrics
This commit is contained in:
@@ -34,6 +34,14 @@ else:
|
||||
)
|
||||
|
||||
celery_app.conf.update(
|
||||
imports=(
|
||||
"app.tasks.achievements",
|
||||
"app.tasks.audio_cache",
|
||||
"app.tasks.generation_maintenance",
|
||||
"app.tasks.generation_workflow",
|
||||
"app.tasks.memory",
|
||||
"app.tasks.push_notifications",
|
||||
),
|
||||
task_track_started=True,
|
||||
task_serializer="json",
|
||||
accept_content=["json"],
|
||||
|
||||
@@ -73,7 +73,10 @@ class Settings(BaseSettings):
|
||||
)
|
||||
voice_transcription_mode: str = Field(
|
||||
"provider",
|
||||
description="Voice transcription mode: provider or disabled; provider order is controlled by ASR_PROVIDERS",
|
||||
description=(
|
||||
"Voice transcription mode: provider or disabled; provider order is "
|
||||
"controlled by ASR_PROVIDERS"
|
||||
),
|
||||
)
|
||||
voice_transcription_model: str = Field(
|
||||
"gpt-4o-mini-transcribe",
|
||||
|
||||
Reference in New Issue
Block a user