Revert "Flatten services/ nesting: promote speech and function-calling to top level"

This reverts commit e1939ecd44.
This commit is contained in:
Mark Backman
2026-03-31 14:59:23 -04:00
parent e1939ecd44
commit f14638a1fd
93 changed files with 92 additions and 93 deletions

View File

@@ -63,11 +63,10 @@ Progressive introduction to Pipecat, from minimal TTS to a full voice agent with
### [`services/`](./services/)
Full STT + LLM + TTS pipelines showcasing different speech service providers (Deepgram, ElevenLabs, Cartesia, etc.)
Service provider integration examples, organized into subfolders:
### [`function-calling/`](./function-calling/)
Function calling with different LLM providers (OpenAI, Anthropic, Google, etc.)
- **[`speech/`](./services/speech/)** — Full STT + LLM + TTS pipelines showcasing different speech service providers (Deepgram, ElevenLabs, Cartesia, etc.)
- **[`function-calling/`](./services/function-calling/)** — Function calling with different LLM providers (OpenAI, Anthropic, Google, etc.)
### [`transcription/`](./transcription/)