Remove dev-requirements.txt and mentions of it

This commit is contained in:
Mark Backman
2025-08-05 21:46:50 -04:00
parent b3e2603553
commit 2337a2d92d
3 changed files with 0 additions and 23 deletions

View File

@@ -18,11 +18,6 @@ The example:
- Individual recording of user audio
- Individual recording of assistant audio
Example usage (run from pipecat root directory):
$ pip install "pipecat-ai[daily,openai,cartesia,silero]"
$ pip install -r dev-requirements.txt
$ python examples/foundational/34-audio-recording.py
Requirements:
- OpenAI API key (for GPT-4)
- Cartesia API key (for text-to-speech)

View File

@@ -23,11 +23,6 @@ The PatternPairAggregator:
- Processes patterns that may span across multiple text chunks
- Returns processed text at sentence boundaries
Example usage (run from pipecat root directory):
$ pip install "pipecat-ai[daily,openai,cartesia,silero]"
$ pip install -r dev-requirements.txt
$ python examples/foundational/35-pattern-pair-voice-switching.py
Requirements:
- OpenAI API key (for GPT-4o)
- Cartesia API key (for text-to-speech)