Skip to content

Commit 680bcaa

Browse files
authored
Merge pull request #3550 from pipecat-ai/mb/update-smart-turn-data-env-var
Update env var to PIPECAT_SMART_TURN_LOG_DATA
2 parents bcb019e + d2ac900 commit 680bcaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

changelog/3525.added.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Added new `SMART_TURN_LOG_DATA` environment variable, which causes Smart Turn input data to be saved to disk
1+
- Added new `PIPECAT_SMART_TURN_LOG_DATA` environment variable, which causes Smart Turn input data to be saved to disk

src/pipecat/audio/turn/smart_turn/local_smart_turn_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(
4949
"""
5050
super().__init__(**kwargs)
5151

52-
self._log_data = env_truthy("SMART_TURN_LOG_DATA", default=False)
52+
self._log_data = env_truthy("PIPECAT_SMART_TURN_LOG_DATA", default=False)
5353

5454
if not smart_turn_model_path:
5555
# Load bundled model

0 commit comments

Comments
 (0)