Skip to content

Commit 5a91ae2

Browse files
authored
Merge pull request #17 from pipecat-ai/pk/fix-readme
Fix environment variable name in README
2 parents e800fe6 + 232e793 commit 5a91ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task = PipelineTask(...)
5252
task.add_observer(WhiskerObserver(task.pipeline))
5353
```
5454

55-
Starting in Pipecat 0.0.99, it is also possible to add Whisker in an unobtrusive way by using an external pipeline task setup file and adding that file to the `PIPELINE_SETUP_FILES` environment variable.
55+
Starting in Pipecat 0.0.99, it is also possible to add Whisker in an unobtrusive way by using an external pipeline task setup file and adding that file to the `PIPECAT_SETUP_FILES` environment variable.
5656

5757
```python
5858
from pipecat_whisker import WhiskerObserver

0 commit comments

Comments
 (0)