From 20ffc4fb05ba7b379b07308bc334fa3e84ec1d6b Mon Sep 17 00:00:00 2001 From: Marmik Pandya Date: Tue, 25 Jun 2024 11:14:00 +0530 Subject: [PATCH] add filler examples --- examples/with-fillers/README.md | 21 +++++++++++++++++++++ examples/with-fillers/example_agent.json | 0 2 files changed, 21 insertions(+) create mode 100644 examples/with-fillers/README.md create mode 100644 examples/with-fillers/example_agent.json diff --git a/examples/with-fillers/README.md b/examples/with-fillers/README.md new file mode 100644 index 00000000..ba2aae2a --- /dev/null +++ b/examples/with-fillers/README.md @@ -0,0 +1,21 @@ +### With Fillers + +Fillers can be used to give an agent time to think or to make sure with expressive TTS like elevenlabs, you're able to ensir elow latency. This is the example task config fot the agent to enable the same. + +```json + "task_config": { + "ambient_noise_track": "office-ambience", + "hangup_after_LLMCall": false, + "hangup_after_silence": 10.0, + "ambient_noise": true, + "interruption_backoff_period": 0.0, + "backchanneling": true, + "backchanneling_start_delay": 5.0, + "optimize_latency": true, + "incremental_delay": 300.0, + "call_cancellation_prompt": null, + "number_of_words_for_interruption": 3.0, + "backchanneling_message_gap": 5.0, + "use_fillers": true + }, +``` \ No newline at end of file diff --git a/examples/with-fillers/example_agent.json b/examples/with-fillers/example_agent.json new file mode 100644 index 00000000..e69de29b