Skip to content

Commit 232e793

Browse files
authored
Fix environment variable name in README
Corrected the environment variable name from 'PIPELINE_SETUP_FILES' to 'PIPECAT_SETUP_FILES' in the README.
1 parent e800fe6 commit 232e793

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)