Skip to content

Commit

Permalink
Merge pull request #286 from bolna-ai/chore/add-filler-example
Browse files Browse the repository at this point in the history
add filler examples
  • Loading branch information
marmikcfc authored Jun 25, 2024
2 parents 594e989 + 20ffc4f commit ff52cd2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/with-fillers/README.md
Original file line number Diff line number Diff line change
@@ -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
},
```
Empty file.

0 comments on commit ff52cd2

Please sign in to comment.