mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
chore: bump pipecat
This commit is contained in:
parent
0e12c41fc7
commit
abfb678b4d
11 changed files with 1 additions and 25 deletions
|
|
@ -1,10 +1,3 @@
|
|||
export interface VADConfiguration {
|
||||
confidence: number;
|
||||
start_seconds: number;
|
||||
stop_seconds: number;
|
||||
minimum_volume: number;
|
||||
}
|
||||
|
||||
export interface AmbientNoiseConfiguration {
|
||||
enabled: boolean;
|
||||
volume: number;
|
||||
|
|
@ -62,7 +55,6 @@ export interface ModelOverrides {
|
|||
}
|
||||
|
||||
export interface WorkflowConfigurations {
|
||||
vad_configuration?: VADConfiguration;
|
||||
ambient_noise_configuration: AmbientNoiseConfiguration;
|
||||
max_call_duration: number; // Maximum call duration in seconds
|
||||
max_user_idle_timeout: number; // Maximum user idle time in seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue