pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI
BSD 2-Clause "Simplified" License
3.44k stars 335 forks source link

Improve the 22c foundational example #738

Closed markbackman closed 6 days ago

markbackman commented 6 days ago

Please describe the changes in your PR. If it is addressing an issue, please reference that as well.

This example now uses Claude Sonnet 3.5 for the statement_llm and gpt-4o for the response llm. The prompt is also improved.

Also, renamed the file to reflect that we're mixing LLMs in this approach.